From e5a9190e1c669e035bb350fb1cb1bf474c668cb4 Mon Sep 17 00:00:00 2001 From: Hongbin Lu Date: Sat, 7 Apr 2018 22:46:45 +0000 Subject: [PATCH] Add a note about configuration of ws url The common problems that users ran into is that they are not able to access the container's console in browser (via Horizon). The reason is that the ws_proxy's URL is not accessible from the browser. Either the configured IP address is not accessible from outside or the port was blocked. This patch adds a note to explain how to configure the websocket proxy's URL propertly. Change-Id: Ifac45550f22409c2348e1b14ff46606a7bf09a89 --- doc/source/install/compute-install-ubuntu.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/doc/source/install/compute-install-ubuntu.rst b/doc/source/install/compute-install-ubuntu.rst index c934afbf6..295b951a9 100644 --- a/doc/source/install/compute-install-ubuntu.rst +++ b/doc/source/install/compute-install-ubuntu.rst @@ -154,6 +154,12 @@ Install and configure components ... base_url = ws://controller:6784/ + .. note:: + + This URL will be used by end users to access the console of their + containers so make sure this URL is accessible from your intended + users. + * In the ``[oslo_concurrency]`` section, configure the ``lock_path``: .. code-block:: ini