diff options
author | Jenkins <jenkins@review.openstack.org> | 2015-07-22 11:43:44 +0000 |
---|---|---|
committer | Gerrit Code Review <review@openstack.org> | 2015-07-22 11:43:44 +0000 |
commit | 0efe4c7ebee20db5f232f590c6ebc3d40e546c20 (patch) | |
tree | 8a734e220733d8e60ed94bccd2ed0a35ab0de277 /cinder-storage.yaml | |
parent | b6f59821604d7fc5a34875a611f3e550e92d3069 (diff) | |
parent | 08f72b29472f6c1ba65d5508ffd3391b452a54a1 (diff) |
Merge "Wire in hieradata overrides via ExtraConfig for BlockStorage"
Diffstat (limited to 'cinder-storage.yaml')
-rw-r--r-- | cinder-storage.yaml | 5 |
1 files changed, 5 insertions, 0 deletions
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 |