ansible-test - Update CloudStack plugin container (#79813)

pull/79819/head
Matt Clay 1 year ago committed by GitHub
parent 48e6bf8d27
commit 7329ec6936
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

@ -40,7 +40,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.4.0')
self.image = os.environ.get('ANSIBLE_CLOUDSTACK_CONTAINER', 'quay.io/ansible/cloudstack-test-container:1.5.0')
self.host = ''
self.port = 0

Loading…
Cancel
Save