Backout last change

This commit is contained in:
james.page@ubuntu.com 2014-09-30 11:04:14 +01:00
parent cb191aba17
commit 69a6db3c40
1 changed files with 0 additions and 2 deletions

View File

@ -306,7 +306,6 @@ def ha_joined():
@hooks.hook('ha-relation-changed')
@restart_on_change(restart_map())
def ha_changed():
clustered = relation_get('clustered')
if not clustered or clustered in [None, 'None', '']:
@ -319,7 +318,6 @@ def ha_changed():
identity_joined(rid=rid)
for rid in relation_ids('neutron-api'):
neutron_api_relation_joined(rid=rid)
CONFIGS.write_all()
def main():