From 6a6824f5700eaf055864997a5bc82a3752ff41a7 Mon Sep 17 00:00:00 2001 From: Matt Clay Date: Thu, 23 Mar 2023 09:28:23 -0700 Subject: [PATCH] ansible-test - Update CloudStack test container (#80278) --- changelogs/fragments/ansible-test-cloudstack-plugin.yml | 2 +- .../lib/ansible_test/_internal/commands/integration/cloud/cs.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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