From 9689f6ed06e650d5bf1533438d34d9de6f3bc8f1 Mon Sep 17 00:00:00 2001 From: Juan Antonio Osorio Robles Date: Wed, 13 Feb 2019 08:00:55 +0200 Subject: [PATCH] Re-Add the StackUpdateType parameter to the nova-vnc-proxy template This service was flattened recently [1], and this parameter was missing. [1] https://review.openstack.org/#/c/632522/ Closes-Bug: #1815713 Change-Id: I07cf56712f7131f8f2949ecd6200f621d4f165ef --- deployment/nova/nova-vnc-proxy-container-puppet.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/deployment/nova/nova-vnc-proxy-container-puppet.yaml b/deployment/nova/nova-vnc-proxy-container-puppet.yaml index c45eb0f6c6..781af29998 100644 --- a/deployment/nova/nova-vnc-proxy-container-puppet.yaml +++ b/deployment/nova/nova-vnc-proxy-container-puppet.yaml @@ -68,6 +68,14 @@ parameters: the InternalTLSVncCAFile parameter) is not desired. The current default reflects TripleO's default CA, which is FreeIPA. It will only be used if internal TLS is enabled. + StackUpdateType: + type: string + description: > + Type of update, to differentiate between UPGRADE and UPDATE cases + when StackAction is UPDATE (both are the same stack action). + constraints: + - allowed_values: ['', 'UPGRADE', 'FASTFORWARDUPGRADE'] + default: '' conditions: