Revert back to Global scope

This commit is contained in:
Chris Holcombe 2017-01-05 11:25:26 -08:00
parent 6ac735b1ed
commit d770358356
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ from charmhelpers.contrib.storage.linux.ceph import (
class CephClient(RelationBase):
scope = scopes.SERVICE
scope = scopes.GLOBAL
auto_accessors = ['mds_key', 'fsid', 'auth']