test: cloudstack: Use test-container 1.4.0 (#71905)
This commit is contained in:
parent
a47eafa581
commit
5348e7bf61
2 changed files with 3 additions and 2 deletions
|
@ -0,0 +1,2 @@
|
||||||
|
minor_changes:
|
||||||
|
- ansible-test - Implemented CloudStack test container selection by ENV variable `ANSIBLE_CLOUDSTACK_CONTAINER` with a default to `quay.io/ansible/cloudstack-test-container:1.4.0`.
|
|
@ -48,8 +48,7 @@ class CsCloudProvider(CloudProvider):
|
||||||
"""
|
"""
|
||||||
super(CsCloudProvider, self).__init__(args)
|
super(CsCloudProvider, self).__init__(args)
|
||||||
|
|
||||||
# The simulator must be pinned to a specific version to guarantee CI passes with the version used.
|
self.image = os.environ.get('ANSIBLE_CLOUDSTACK_CONTAINER', 'quay.io/ansible/cloudstack-test-container:1.4.0')
|
||||||
self.image = 'quay.io/ansible/cloudstack-test-container:1.2.0'
|
|
||||||
self.container_name = ''
|
self.container_name = ''
|
||||||
self.endpoint = ''
|
self.endpoint = ''
|
||||||
self.host = ''
|
self.host = ''
|
||||||
|
|
Loading…
Reference in a new issue