fixes to Options use

This commit is contained in:
meejah
2018-08-03 13:09:39 -06:00
parent 4afebbd88c
commit e5f608f80e
2 changed files with 47 additions and 33 deletions

View File

@ -387,8 +387,9 @@ def create_storage_farm_broker(config, default_connection_handlers, foolscap_con
grid_manager_keys = []
gm_keydata = self.get_config('client', 'grid_manager_public_keys', '')
for gm_key in gm_keydata.strip().split():
# XXX FIXME this needs pub-v0- prefix then ...
grid_manager_keys.append(
keyutil.parse_pubkey(a2b(gm_key))
keyutil.parse_pubkey(gm_key)
)
my_pubkey = keyutil.parse_pubkey(