From 0ac27dcc0d53f72e3a637d202e074f54163466a3 Mon Sep 17 00:00:00 2001 From: Egon Rijpkema Date: Tue, 1 Aug 2017 10:52:37 +0200 Subject: [PATCH] Port mapping for glance controller.. was accidentially removed --- roles/glance-controller/templates/glance.service | 1 + 1 file changed, 1 insertion(+) diff --git a/roles/glance-controller/templates/glance.service b/roles/glance-controller/templates/glance.service index 2aaac81..6caf7aa 100644 --- a/roles/glance-controller/templates/glance.service +++ b/roles/glance-controller/templates/glance.service @@ -9,6 +9,7 @@ Restart=always ExecStartPre=-/usr/bin/docker rm -f %n ExecStart=/usr/bin/docker run --name %n \ {{ env_vars | replace('\n', '') }} \ + -p 9292:9292 \ {{ docker_image }} [Install]