The host and port console options were missed to be registered
Change-Id: Ia434b1a39ee36cf42e2f32786bcec4494d833c9a
This commit is contained in:
parent
4b21ee0210
commit
b3763ddd95
@ -97,7 +97,8 @@ Interdependencies to other options:
|
||||
section.
|
||||
""")
|
||||
|
||||
ALL_OPTS = [shellinabox_base_url_opt]
|
||||
ALL_OPTS = [shellinaboxproxy_host_opt, shellinaboxproxy_port_opt,
|
||||
shellinabox_base_url_opt]
|
||||
|
||||
|
||||
def register_opts(conf):
|
||||
|
Loading…
Reference in New Issue
Block a user