diff options
author | Alex Schultz <aschultz@redhat.com> | 2017-03-21 12:57:34 -0600 |
---|---|---|
committer | Alex Schultz <aschultz@redhat.com> | 2017-03-21 12:57:34 -0600 |
commit | 7ce044a810f2226dd68a598bee37e5b49a102b58 (patch) | |
tree | 33282d2db9e6383d3fe21066f947f96a77e3dd9e /puppet | |
parent | 8eaa5f8e10a801be8fc45eeaaa479e7774d97997 (diff) |
Use tripleo profile for bigswitch agent
For ease of backporting, we originally just included the neutron agent
configuration for bigswitch within THT directly. This change updates it
to use a profile which is a best practice when configuring a service.
Change-Id: I1c4dfe803fd372fb5db981a9e9a9b0ac7cb3763f
Depends-On: I7a8f7f73c9c8446e21c16a5c378bd7e0f0a4c94e
Closes-Bug: #1674791
Diffstat (limited to 'puppet')
-rw-r--r-- | puppet/services/neutron-bigswitch-agent.yaml | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/puppet/services/neutron-bigswitch-agent.yaml b/puppet/services/neutron-bigswitch-agent.yaml index 845f0da0..8f56e0a9 100644 --- a/puppet/services/neutron-bigswitch-agent.yaml +++ b/puppet/services/neutron-bigswitch-agent.yaml @@ -26,6 +26,4 @@ outputs: value: service_name: neutron_bigswitch_agent step_config: | - if hiera('step') >= 4 { - include ::neutron::agents::bigswitch - } + include ::tripleo::profile::base::neutron::agents::bigswitch |