From ec84c31aced132988c446285d93e61482acf2f34 Mon Sep 17 00:00:00 2001 From: Rene Moser Date: Mon, 13 Aug 2018 11:05:39 +0200 Subject: [PATCH] cloudstack: update cloudstack-test-container to v1.1.0 --- 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 da0e47d470f..2445b6893fd 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 = 'quay.io/ansible/cloudstack-test-container:1.0.0' + self.image = 'quay.io/ansible/cloudstack-test-container:1.1.0' self.container_name = '' self.endpoint = '' self.host = ''