From 1641477c956492b29fc77eb6c5381b7362501243 Mon Sep 17 00:00:00 2001 From: "James E. Blair" Date: Fri, 4 Oct 2019 11:34:45 -0700 Subject: [PATCH] Correct registry docker mount We're trying to get clouds.yaml into /etc/openstack/clouds.yaml. This should accomplish that. The previous configuration was in error and wiped out the /etc directory which made things not work well. Change-Id: I88e69b05f3e8c1688d24736fa775163fc25a07f0 --- .../roles/registry/files/registry-docker/docker-compose.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playbooks/roles/registry/files/registry-docker/docker-compose.yaml b/playbooks/roles/registry/files/registry-docker/docker-compose.yaml index 5d45f09515..2abeaae48a 100644 --- a/playbooks/roles/registry/files/registry-docker/docker-compose.yaml +++ b/playbooks/roles/registry/files/registry-docker/docker-compose.yaml @@ -10,4 +10,4 @@ services: volumes: - /var/registry/certs:/certs - /var/registry/conf:/conf - - /var/registry/etc:/etc + - /var/registry/etc:/etc/openstack