ACME: using new acme-test-container (#44095)

* Using new acme-test-container image.

* Add test for cleaning account contacts.
This commit is contained in:
Felix Fontein 2018-08-14 16:35:15 +02:00 committed by Matt Clay
commit d8d366ef37
5 changed files with 48 additions and 8 deletions

View file

@ -50,7 +50,7 @@ class ACMEProvider(CloudProvider):
if os.environ.get('ANSIBLE_ACME_CONTAINER'):
self.image = os.environ.get('ANSIBLE_ACME_CONTAINER')
else:
self.image = 'quay.io/ansible/acme-test-container:1.1.0'
self.image = 'quay.io/ansible/acme-test-container:1.2.0'
self.container_name = ''
def _wait_for_service(self, protocol, acme_host, port, local_part, name):