Removed unused config coreos_discovery_token_url

Change-Id: I849fe6eb3c0a0544401a93443547603d652a7c57
This commit is contained in:
Hongbin Lu 2016-01-31 21:01:06 -05:00
parent c21d793a5e
commit 3f9b930a65
1 changed files with 0 additions and 4 deletions

View File

@ -48,10 +48,6 @@ template_def_opts = [
cfg.StrOpt('etcd_discovery_service_endpoint_format',
default='https://discovery.etcd.io/new?size=%(size)d',
help=_('Url for etcd public discovery endpoint.')),
cfg.StrOpt('coreos_discovery_token_url',
deprecated_name='discovery_token_url',
deprecated_group='bay_heat',
help=_('coreos discovery token url.')),
cfg.StrOpt('swarm_atomic_template_path',
default=paths.basedir_def('templates/swarm/'
'swarmcluster.yaml'),