[trivial] Fixup creation of vip group for HA

This commit is contained in:
James Page 2014-09-04 10:20:10 +01:00
parent fa095f5042
commit b491569c20
1 changed files with 1 additions and 1 deletions

View File

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