mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
cloudstack: update cloudstack-test-container to v1.1.0
This commit is contained in:
parent
50bd91b48b
commit
ec84c31ace
1 changed files with 1 additions and 1 deletions
|
@ -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 = ''
|
||||
|
|
Loading…
Reference in a new issue