commit | 8160d31e58eab90fde1f3412dae1099653482cc4 | [log] [tgz] |
---|---|---|
author | Jordan Pittier <jordan.pittier@scality.com> | Tue Apr 18 11:52:23 2017 +0200 |
committer | Jordan Pittier <jordan.pittier@scality.com> | Wed Apr 26 10:34:56 2017 +0200 |
tree | 6a159b5dd6eb113a32894fc818ab81f0a3b6a1f8 | |
parent | 5ee0941501378552aa3308df8fdfef3ec1e16778 [diff] |
test.py: stop using aliases for creds manager It could be confusing to new comers that the variables cls.os and cls.os_primary or cls.alt_manager and cls.os_alt actually are aliases. Besides we are not consistent in their usage. This patch normalizes the usage around os_admin, os_primary and os_alt. We keep the old aliases for compatibility but we should not use them anymore. This fix a long standing TODO item. Change-Id: I5f7164f7a7ec5d4380ca22885000caa0183a0bf7