diff --git a/changelogs/fragments/ansible-test-cloudstack-plugin.yml b/changelogs/fragments/ansible-test-cloudstack-plugin.yml index 149384f180b..df6602f45cc 100644 --- a/changelogs/fragments/ansible-test-cloudstack-plugin.yml +++ b/changelogs/fragments/ansible-test-cloudstack-plugin.yml @@ -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. diff --git a/test/lib/ansible_test/_internal/commands/integration/cloud/cs.py b/test/lib/ansible_test/_internal/commands/integration/cloud/cs.py index fddca65dc62..0b7ae61d2fb 100644 --- a/test/lib/ansible_test/_internal/commands/integration/cloud/cs.py +++ b/test/lib/ansible_test/_internal/commands/integration/cloud/cs.py @@ -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