Add auto_accessor

This commit is contained in:
Chris Holcombe 2016-09-20 08:41:18 -07:00
parent 0733a619da
commit 2707c554e5
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ from charms.reactive import is_state
class CephClient(RelationBase):
scope = scopes.GLOBAL
auto_accessors = ['key', 'fsid', 'auth', 'mon_hosts']
auto_accessors = ['key', 'fsid', 'auth', 'mon_hosts', 'admin_key']
@hook('{requires:ceph-mds}-relation-{joined,changed}')
def changed(self):