Files
puppet-octavia/releasenotes/notes/set-common-configuration-options-across-services-91a9057d62b52de0.yaml
Tobias Urdin 0ea4e10dd3 Fix octavia::controller redeclaration
It's impossible to use this new class because you
cannot use any services combined with and specify
the parameters in octavia::controler since you get
redeclaration issues.

The class should only be included from octavia::worker
if it doesn't exist to support the old use case.

If you want to use this class it's required that you
define octavia::controller *before* octavia::worker
otherwise you'll end up with another redeclaration
issue since we include the controller unless its
defined before.

Depends-On: https://review.openstack.org/#/c/618915/
Change-Id: If5b4014d2129879199798d440ae604c03b01ab3a
2018-11-20 16:26:09 +01:00

1.3 KiB