From 08f72b29472f6c1ba65d5508ffd3391b452a54a1 Mon Sep 17 00:00:00 2001 From: Steven Hardy Date: Thu, 16 Jul 2015 17:40:34 +0100 Subject: Wire in hieradata overrides via ExtraConfig for BlockStorage Adds support for global (ExtraConfig) and role-specific (BlockStorageExtraConfig) hiera overrides, similar to those added for the Controller and NovaCompute roles. Change-Id: Iaf9665b53407e6a657f56d6516469f2c88bafbdd --- cinder-storage.yaml | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'cinder-storage.yaml') diff --git a/cinder-storage.yaml b/cinder-storage.yaml index be088d66..f65d9289 100644 --- a/cinder-storage.yaml +++ b/cinder-storage.yaml @@ -62,6 +62,11 @@ parameters: } } type: json + BlockStorageExtraConfig: + default: {} + description: | + Role specific additional configuration to inject into the cluster. + type: json Flavor: description: Flavor for block storage nodes to request when deploying. type: string -- cgit 1.2.3-korg