[trivial] Fixup creation of vip group for HA

This commit is contained in:
james.page@ubuntu.com
2014-09-04 10:21:21 +01:00
parent d91e7bfb91
commit fff0e136e8

View File

@@ -263,7 +263,7 @@ def ha_relation_joined():
)
vip_group.append(vip_key)
if len(vip_group) > 1:
if len(vip_group) >= 1:
relation_set(groups={'grp_swift_vips': ' '.join(vip_group)})
init_services = {