diff --git a/changelogs/fragments/81319-cloudstack-test-container-bump-version.yml b/changelogs/fragments/81319-cloudstack-test-container-bump-version.yml new file mode 100644 index 00000000000..564b7d44513 --- /dev/null +++ b/changelogs/fragments/81319-cloudstack-test-container-bump-version.yml @@ -0,0 +1,2 @@ +minor_changes: + - ansible-test - Updated the CloudStack test container to version 1.6.1. 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 0b7ae61d2fb..9f79ac518ed 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.6.0') + self.image = os.environ.get('ANSIBLE_CLOUDSTACK_CONTAINER', 'quay.io/ansible/cloudstack-test-container:1.6.1') self.host = '' self.port = 0