[trivial] Fixup creation of vip group for HA
This commit is contained in:
@@ -263,7 +263,7 @@ def ha_relation_joined():
|
|||||||
)
|
)
|
||||||
vip_group.append(vip_key)
|
vip_group.append(vip_key)
|
||||||
|
|
||||||
if len(vip_group) > 1:
|
if len(vip_group) >= 1:
|
||||||
relation_set(groups={'grp_swift_vips': ' '.join(vip_group)})
|
relation_set(groups={'grp_swift_vips': ' '.join(vip_group)})
|
||||||
|
|
||||||
init_services = {
|
init_services = {
|
||||||
|
|||||||
Reference in New Issue
Block a user