commit | 2810bb58eb9179f49ce5c6de0bd1a70364e2f054 | [log] [tgz] |
---|---|---|
author | Peter Razumovsky <prazumovsky@mirantis.com> | Thu Mar 03 15:36:12 2016 +0300 |
committer | Peter Razumovsky <prazumovsky@mirantis.com> | Fri Mar 04 12:29:50 2016 +0000 |
tree | 0c14583ad069f5f6811fce470cfc728e4490dc3d | |
parent | 82bc628b0899c97c82b321b6b960421ba904153e [diff] |
Fix error msg for wrong auth_url in functional If auth_url config is specified without version, functional tests raises IndexError with message 'list out of range'. Need to add check for auth_url and if it's set incorrectly, raise correct error with message about wrong auth_url config. Change-Id: I78626530138e76ebf43cd186bacac83f1ff48b41 Closes-bug: #1552325