Remove old SSH specific config options from sample config
Change-Id: I771ef200cd53d48abe08266ca2cb52aca711ec77
This commit is contained in:
parent
dd542b1080
commit
42c12d7e8c
@ -111,10 +111,6 @@
|
||||
# The size supports "k", "m", "g" suffixes.
|
||||
# haproxy_stick_size = 10k
|
||||
|
||||
# SSH Driver specific
|
||||
# username = ubuntu
|
||||
# key_path = /opt/stack/.ssh/id_rsa
|
||||
|
||||
# REST Driver specific
|
||||
# bind_host = 0.0.0.0
|
||||
# bind_port = 9191
|
||||
|
@ -146,13 +146,6 @@ keystone_authtoken_v3_opts = [
|
||||
]
|
||||
|
||||
haproxy_amphora_opts = [
|
||||
cfg.StrOpt('username',
|
||||
default='ubuntu',
|
||||
help=_('Name of user for access to amphora.')),
|
||||
cfg.StrOpt('key_path',
|
||||
default='/opt/stack/.ssh/id_rsa',
|
||||
help=_('Local absolute path to the private key '
|
||||
'loaded on amphora at boot.')),
|
||||
cfg.StrOpt('base_path',
|
||||
default='/var/lib/octavia',
|
||||
help=_('Base directory for amphora files.')),
|
||||
|
Loading…
Reference in New Issue
Block a user