commit | f69a97cf79d244c72327511694529a5bd4dc6188 | [log] [tgz] |
---|---|---|
author | Valeriy Ponomaryov <vponomaryov@mirantis.com> | Fri Oct 16 19:43:07 2015 +0300 |
committer | Valeriy Ponomaryov <vponomaryov@mirantis.com> | Sat Oct 17 00:10:29 2015 +0300 |
tree | 9887f2a2fafea1c6c1344cd62eb1a70fc8e3fe63 | |
parent | a49c4445e7f2af97e3af3c51ce1d95cda8b6e420 [diff] |
Fix list-availability-zones API for PostgreSQL Listing of availability zones using PostgreSQl does not work in Manila. It is caused by usage of not strict types comparison. So, fix it and add Tempest test for API. Change-Id: I21a064d60c4e1ccb6752ba6e220785f80bd1cb69 Closes-Bug: #1506938