puppet-octavia/releasenotes/notes/api-manage-service-3a54c606e08ee623.yaml
Fabian Zimmermann 2850def15c Fix manage_service parameter
Previously even if manage_service was set to false, we were always
attempting to define the octavia-api service within puppet. This change
updates the manage_service to control skipping the definition of the
octavia-api service.

Co-Authored-By: Alex Schultz <aschultz@redhat.com>
Change-Id: I6d2729b3e22f4c434da098ea180a9d11cf73058b
Closes-Bug: 1633001
2017-03-24 08:04:34 -06:00

7 lines
244 B
YAML

---
fixes:
- |
Fix the `manage_service` parameter for the api class. If `manage_service`
is set to false then the ocatavia-api service will not be defined in puppet
allowing the user to manage the service themselves or elsewhere.