From ac1fbbeabc9aaac0c845849260719072e5f6506a Mon Sep 17 00:00:00 2001 From: Matt Clay Date: Tue, 24 Apr 2018 20:44:22 -0700 Subject: [PATCH] Update the cloudstack test container reference. --- test/runner/lib/cloud/cs.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/runner/lib/cloud/cs.py b/test/runner/lib/cloud/cs.py index 179cc610ca8..da0e47d470f 100644 --- a/test/runner/lib/cloud/cs.py +++ b/test/runner/lib/cloud/cs.py @@ -53,7 +53,7 @@ class CsCloudProvider(CloudProvider): super(CsCloudProvider, self).__init__(args, config_extension='.ini') # The simulator must be pinned to a specific version to guarantee CI passes with the version used. - self.image = 'ansible/ansible:cloudstack-simulator@sha256:885aedb7f34ce7114eaa383a2541ede93c4f8cb543c05edf90b694def67b1a6a' + self.image = 'quay.io/ansible/cloudstack-test-container:1.0.0' self.container_name = '' self.endpoint = '' self.host = ''