diff --git a/changelogs/fragments/ansible-test-cloudstack-plugin.yml b/changelogs/fragments/ansible-test-cloudstack-plugin.yml new file mode 100644 index 00000000000..149384f180b --- /dev/null +++ b/changelogs/fragments/ansible-test-cloudstack-plugin.yml @@ -0,0 +1,2 @@ +minor_changes: + - ansible-test - Update the CloudStack test plugin to use a newer test container with CloudStack 4.17.2. 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 ca454503e4a..40c71dd7111 100644 --- a/test/lib/ansible_test/_internal/commands/integration/cloud/cs.py +++ b/test/lib/ansible_test/_internal/commands/integration/cloud/cs.py @@ -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