ansible-test - Update CloudStack test container (#80278)

pull/80284/head
Matt Clay 1 year ago committed by GitHub
parent cf8fa5e75c
commit 6a6824f570
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1,2 +1,2 @@
minor_changes:
- ansible-test - Update the CloudStack test plugin to use a newer test container with CloudStack 4.17.2.
- ansible-test - Update the CloudStack test plugin to use a newer test container with CloudStack 4.18.0.

@ -41,7 +41,7 @@ class CsCloudProvider(CloudProvider):
def __init__(self, args: IntegrationConfig) -> None:
super().__init__(args)
self.image = os.environ.get('ANSIBLE_CLOUDSTACK_CONTAINER', 'quay.io/ansible/cloudstack-test-container:1.5.0')
self.image = os.environ.get('ANSIBLE_CLOUDSTACK_CONTAINER', 'quay.io/ansible/cloudstack-test-container:1.6.0')
self.host = ''
self.port = 0

Loading…
Cancel
Save