diff options
author | Jenkins <jenkins@review.openstack.org> | 2017-02-24 14:12:29 +0000 |
---|---|---|
committer | Gerrit Code Review <review@openstack.org> | 2017-02-24 14:12:29 +0000 |
commit | ccc5ff05bafbb3a3dd60752e8903f92fe7e11611 (patch) | |
tree | 697b359d8a1a937095d38a4520a022d80207ca3c /manifests/profile/base/horizon.pp | |
parent | fb6965116d567a061a42d077d51c3ca2d220f46d (diff) | |
parent | f8313f755c56b2cf614605588f8164c510b18956 (diff) |
Merge "Replace default to be more robust"
Diffstat (limited to 'manifests/profile/base/horizon.pp')
-rw-r--r-- | manifests/profile/base/horizon.pp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/manifests/profile/base/horizon.pp b/manifests/profile/base/horizon.pp index 1849435..278c25c 100644 --- a/manifests/profile/base/horizon.pp +++ b/manifests/profile/base/horizon.pp @@ -25,11 +25,11 @@ # # [*neutron_options*] # (Optional) A hash of parameters to enable features specific to Neutron -# Defaults to hiera('horizon::neutron_options', undef) +# Defaults to hiera('horizon::neutron_options', {}) # class tripleo::profile::base::horizon ( $step = hiera('step'), - $neutron_options = hiera('horizon::neutron_options', undef), + $neutron_options = hiera('horizon::neutron_options', {}), ) { if $step >= 4 { # Horizon |