Fix connected state name to be consistent with other interfaces

This commit is contained in:
Liam Young 2016-06-08 14:22:54 +00:00
parent c022dc763e
commit 654f1cfd33
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ class OpenstackHAPeers(RelationBase):
@hook('{peers:openstack-ha}-relation-joined')
def joined(self):
conv = self.conversation()
conv.set_state('{relation_name}.joined')
conv.set_state('{relation_name}.connected')
@hook('{peers:openstack-ha}-relation-changed')
def changed(self):