Backout last change

This commit is contained in:
James Page 2014-09-30 11:04:14 +01:00
parent 0531c71d1d
commit 9948e8fc5f
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():