All nodes whould register the same vip info so don't check on leader

This commit is contained in:
Liam Young
2015-01-15 15:21:36 +00:00
parent 104924d471
commit 127fadfa5d

View File

@@ -291,8 +291,6 @@ def identity_joined(relid=None):
if cmp_pkgrevno('radosgw', '0.55') < 0:
log('Integration with keystone requires ceph >= 0.55')
sys.exit(1)
if not cluster.eligible_leader(CEPHRG_HA_RES):
return
port = 80
admin_url = '%s:%i/swift' % (canonical_url(ADMIN), port)