removed auto_accessors

This commit is contained in:
Alvaro Uría 2016-03-09 15:37:31 +01:00
parent 19f108508b
commit 89a95ef70b
1 changed files with 0 additions and 7 deletions

View File

@ -18,13 +18,6 @@ from charms.reactive import scopes
class KeystoneRequires(RelationBase):
scope = scopes.UNIT
# These remote data fields will be automatically mapped to accessors
# with a basic documentation string provided.
auto_accessors = ['service_hostname', 'service_password',
'service_port', 'service_region',
'service_tenant_name', 'service_username']
@hook('{requires:keystone-admin}-relation-{joined,changed}')
def changed(self):
conv = self.conversation()