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
This commit is contained in:
Hongbin Lu 2018-04-07 22:46:45 +00:00
parent 6de85a9a49
commit e5a9190e1c

View File

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