Merge "puppet: allow config of ad-hoc Neutron settings"

This commit is contained in:
Jenkins
2016-01-23 17:32:37 +00:00
committed by Gerrit Code Review
3 changed files with 3 additions and 0 deletions

View File

@@ -79,6 +79,7 @@ if hiera('neutron::core_plugin') == 'midonet.neutron.plugin_v1.MidonetPluginV2'
}
include ::nova::network::neutron
include ::neutron
include ::neutron::config
# If the value of core plugin is set to 'nuage',
# include nuage agent,

View File

@@ -285,6 +285,7 @@ if hiera('step') >= 3 {
include ::neutron
}
include ::neutron::config
include ::neutron::server
include ::neutron::server::notifications

View File

@@ -649,6 +649,7 @@ if hiera('step') >= 3 {
include ::neutron
}
include ::neutron::config
class { '::neutron::server' :
sync_db => $sync_db,
manage_service => false,