From 89a95ef70bdb685cc3d80c039a40e839d518086e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alvaro=20Ur=C3=ADa?= Date: Wed, 9 Mar 2016 15:37:31 +0100 Subject: [PATCH] removed auto_accessors --- requires.py | 7 ------- 1 file changed, 7 deletions(-) diff --git a/requires.py b/requires.py index a7e5228..e66a115 100644 --- a/requires.py +++ b/requires.py @@ -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()