Use tripleo profile for bigswitch agent
authorAlex Schultz <aschultz@redhat.com>
Tue, 21 Mar 2017 18:57:34 +0000 (12:57 -0600)
committerAlex Schultz <aschultz@redhat.com>
Tue, 21 Mar 2017 18:57:34 +0000 (12:57 -0600)
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

puppet/services/neutron-bigswitch-agent.yaml

index 845f0da..8f56e0a 100644 (file)
@@ -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