[stable-2.15] ansible-test: cloudstack: bump test container version (#81319) (#81322)

(cherry picked from commit 99eeaf7da8)

Co-authored-by: René Moser <mail@renemoser.net>
pull/81353/head
Matt Clay 1 year ago committed by GitHub
parent af1fd68cc0
commit 63b6dd2454
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.

@ -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.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