Merge "Removing symantec as a default plugin"
This commit is contained in:
commit
2f50e76a7a
@ -33,7 +33,7 @@ from barbican.openstack.common import gettextutils as u
|
|||||||
CONF = cfg.CONF
|
CONF = cfg.CONF
|
||||||
DEFAULT_PLUGIN_NAMESPACE = 'barbican.certificate.plugin'
|
DEFAULT_PLUGIN_NAMESPACE = 'barbican.certificate.plugin'
|
||||||
#TODO(chellygel): Create a default 'dummy' plugin for certificates.
|
#TODO(chellygel): Create a default 'dummy' plugin for certificates.
|
||||||
DEFAULT_PLUGINS = ['symantec']
|
DEFAULT_PLUGINS = []
|
||||||
|
|
||||||
cert_opt_group = cfg.OptGroup(name='certificate',
|
cert_opt_group = cfg.OptGroup(name='certificate',
|
||||||
title='Certificate Plugin Options')
|
title='Certificate Plugin Options')
|
||||||
|
Loading…
x
Reference in New Issue
Block a user