summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Clay <matt@mystile.com>2018-04-24 20:44:22 -0700
committerMatt Clay <matt@mystile.com>2018-04-25 12:32:00 -0700
commitddc9708557f521223566b4afb0e8cf97864d0ff2 (patch)
treee9b518ed5803482d4dda1d062809aaa7f224339b
parent05d6b2086f7969b8a6b44432fea1f2dabef0e855 (diff)
downloadansible-ddc9708557f521223566b4afb0e8cf97864d0ff2.tar.gz
Update the cloudstack test container reference.
(cherry picked from commit ac1fbbeabc9aaac0c845849260719072e5f6506a)
-rw-r--r--test/runner/lib/cloud/cs.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/runner/lib/cloud/cs.py b/test/runner/lib/cloud/cs.py
index b3a0d9fa96..72fa9c5ecc 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 = ''