Reverting to standard docker images

This commit is contained in:
Egon Rijpkema
2018-07-19 16:35:07 +02:00
parent c49db46a4d
commit 3083a84b19
4 changed files with 4 additions and 4 deletions

View File

@ -6,7 +6,7 @@
name: secrets
- set_fact:
docker_image: registry.webhosting.rug.nl/hpc/openstack-glance-merlin:latest
docker_image: registry.webhosting.rug.nl/hpc/openstack-glance:latest
env_vars: >
-e "GLANCE_HOST={{ listen_ip | default(hostvars[groups['glance-controller'][0]]['ansible_default_ipv4']['address']) }}"
-e "GLANCE_PASSWORD={{ secrets['GLANCE_PASSWORD'] }}"