The host and port console options were missed to be registered

Change-Id: Ia434b1a39ee36cf42e2f32786bcec4494d833c9a
This commit is contained in:
liusheng 2017-04-07 10:51:48 +08:00
parent 4b21ee0210
commit b3763ddd95
1 changed files with 2 additions and 1 deletions

View File

@ -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):