Codebase list cinder-tempest-plugin / 3d3f57f
Replace the usage of some aliases in tempest In tempest, following aliases have been moved in version Pike and will be removed in version Queens:ad * manager > os_primary [1] * admin_manager > os_admin [2] * os_adm > os_admin [3] * os > os_primary [4] * alt_manager > os_alt [5] [1] https://review.openstack.org/#/c/468036/ [2] https://review.openstack.org/#/c/467852/ [3] https://review.openstack.org/#/c/467605/ [4] https://review.openstack.org/#/c/466991/ [5] https://review.openstack.org/#/c/457555/ Change-Id: Ie3b93dd2cf457a5cb42a53eadc9f9fd5cec1f118 Vu Cong Tuan authored 8 years ago Sean McGinnis committed 8 years ago
1 changed file(s) with 1 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
3131 cls._api_version = 2
3232 super(ConsistencyGroupsV2Test, cls).setup_clients()
3333
34 manager = cinder_clients.Manager(cls.os_adm)
34 manager = cinder_clients.Manager(cls.os_admin)
3535 cls.consistencygroups_adm_client = manager.consistencygroups_adm_client
3636
3737 @classmethod