ansible-test: cloudstack: bump test container version (#81319)

pull/81149/head
René Moser 1 year ago committed by GitHub
parent 26d855c87e
commit 99eeaf7da8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -0,0 +1,2 @@
minor_changes:
- ansible-test - Updated the CloudStack test container to version 1.6.1.

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

Loading…
Cancel
Save