From b3763ddd9514307e097a4d75c3221c87eb382f65 Mon Sep 17 00:00:00 2001 From: liusheng Date: Fri, 7 Apr 2017 10:51:48 +0800 Subject: [PATCH] The host and port console options were missed to be registered Change-Id: Ia434b1a39ee36cf42e2f32786bcec4494d833c9a --- mogan/conf/shellinabox.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/mogan/conf/shellinabox.py b/mogan/conf/shellinabox.py index e5a68335..22a23350 100644 --- a/mogan/conf/shellinabox.py +++ b/mogan/conf/shellinabox.py @@ -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):