diff options
Diffstat (limited to 'manifests/profile/base/horizon.pp')
-rw-r--r-- | manifests/profile/base/horizon.pp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/manifests/profile/base/horizon.pp b/manifests/profile/base/horizon.pp index 9441329..157d0c0 100644 --- a/manifests/profile/base/horizon.pp +++ b/manifests/profile/base/horizon.pp @@ -85,7 +85,8 @@ class tripleo::profile::base::horizon ( if $step >= 4 or ( $step >= 3 and $is_bootstrap ) { # Horizon include ::apache::mod::remoteip - include ::apache::mod::status + include ::tripleo::profile::base::apache + if 'cisco_n1kv' in hiera('neutron::plugins::ml2::mechanism_drivers', undef) { $_profile_support = 'cisco' } else { |