From 7cf4a316cc186d01ab5023871a2ae065be84f186 Mon Sep 17 00:00:00 2001 From: Thomas Herve Date: Fri, 3 Aug 2018 14:27:03 +0200 Subject: [PATCH] Mount /usr/lib/heat on undercloud Heat We need the tripleo common on the undercloud heat, let's mount an additional volume to share them. Change-Id: If306862f5a9b7455165523ab7b8350d18395edb7 Closes-Bug: #1784569 --- environments/undercloud.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/environments/undercloud.yaml b/environments/undercloud.yaml index 9563e0440e..82af21986a 100644 --- a/environments/undercloud.yaml +++ b/environments/undercloud.yaml @@ -132,3 +132,5 @@ parameter_defaults: MistralDockerGroup: true PasswordAuthentication: 'yes' ContainerImagePrepareLogFile: ../install-undercloud.log + HeatEngineOptVolumes: + - /usr/lib/heat:/usr/lib/heat:ro