Skip to content

Commit

Permalink
Update the cloudstack test container reference.
Browse files Browse the repository at this point in the history
  • Loading branch information
mattclay committed Apr 25, 2018
1 parent e45a5e1 commit ac1fbbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/runner/lib/cloud/cs.py
Expand Up @@ -53,7 +53,7 @@ def __init__(self, args):
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 = ''
Expand Down

0 comments on commit ac1fbbe

Please sign in to comment.