Fix odl haproxy configuration
In rare cases ODL haproxy configuration had been deployed before haproxy service was ready. This patch should force proper order. Change-Id: I1140da8f908b2f403132192bb03c013c81ae9ff4 Signed-off-by: Michal Skalski <mskalski@mirantis.com>
This commit is contained in:
parent
c3e77f6abf
commit
9b37cb9300
@ -41,7 +41,7 @@
|
||||
timeout: 120
|
||||
- id: odl_configure
|
||||
groups: ['primary-controller', 'controller']
|
||||
requires: [deploy_start, cluster-haproxy]
|
||||
requires: [deploy_start, primary-cluster-haproxy, cluster-haproxy]
|
||||
required_for: [neutron-configuration, openstack-haproxy, openstack-network-end]
|
||||
type: puppet
|
||||
parameters:
|
||||
|
Loading…
Reference in New Issue
Block a user