diff options
author | Jenkins <jenkins@review.openstack.org> | 2017-01-27 04:51:38 +0000 |
---|---|---|
committer | Gerrit Code Review <review@openstack.org> | 2017-01-27 04:51:38 +0000 |
commit | e47f6d7cbe3058bc32d6e18aa23c5f0c2007c53c (patch) | |
tree | 26e5c75a1c74de9002c10c7f4f57ff1b39c50b77 | |
parent | d427c2a326194c1612844d1509b8f1216ac98cf6 (diff) | |
parent | 62bb10b8995b5b616bdfe98a4d76ebd84e50cfa0 (diff) |
Merge "horizon: be more flexible in hiera neutron"
-rw-r--r-- | manifests/profile/base/horizon.pp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/profile/base/horizon.pp b/manifests/profile/base/horizon.pp index be07c0e..bd28ab0 100644 --- a/manifests/profile/base/horizon.pp +++ b/manifests/profile/base/horizon.pp @@ -30,7 +30,7 @@ class tripleo::profile::base::horizon ( # Horizon include ::apache::mod::remoteip include ::apache::mod::status - if 'cisco_n1kv' in hiera('neutron::plugins::ml2::mechanism_drivers') { + if 'cisco_n1kv' in hiera('neutron::plugins::ml2::mechanism_drivers', undef) { $_profile_support = 'cisco' } else { $_profile_support = 'None' |