diff options
author | Stephen Finucane <sfinucan@redhat.com> | 2017-08-28 10:06:26 +0100 |
---|---|---|
committer | Stephen Finucane <sfinucan@redhat.com> | 2017-09-04 17:22:16 +0100 |
commit | e5a03e3c54d57aa29bd8154c9eddf7ee52c6c3b5 (patch) | |
tree | 353b79f3005731c0c578e3e412321e063703866c /doc/source/install | |
parent | 657879289177c153d6482d4decde1a3fbb07db42 (diff) | |
download | nova-e5a03e3c54d57aa29bd8154c9eddf7ee52c6c3b5.tar.gz |
conf: Rename two VNC options
Make the lives of operators easier by using consistent opt naming for
similar features.
Change-Id: Ic05c2c8364e015f6878b0bc25449216624568ad5
Diffstat (limited to 'doc/source/install')
-rw-r--r-- | doc/source/install/compute-install-obs.rst | 4 | ||||
-rw-r--r-- | doc/source/install/compute-install-rdo.rst | 4 | ||||
-rw-r--r-- | doc/source/install/compute-install-ubuntu.rst | 4 | ||||
-rw-r--r-- | doc/source/install/controller-install-obs.rst | 4 | ||||
-rw-r--r-- | doc/source/install/controller-install-rdo.rst | 4 | ||||
-rw-r--r-- | doc/source/install/controller-install-ubuntu.rst | 4 |
6 files changed, 12 insertions, 12 deletions
diff --git a/doc/source/install/compute-install-obs.rst b/doc/source/install/compute-install-obs.rst index 59508203eb..94a88477c4 100644 --- a/doc/source/install/compute-install-obs.rst +++ b/doc/source/install/compute-install-obs.rst @@ -131,8 +131,8 @@ Install and configure components [vnc] # ... enabled = True - vncserver_listen = 0.0.0.0 - vncserver_proxyclient_address = $my_ip + server_listen = 0.0.0.0 + server_proxyclient_address = $my_ip novncproxy_base_url = http://controller:6080/vnc_auto.html The server component listens on all IP addresses and the proxy diff --git a/doc/source/install/compute-install-rdo.rst b/doc/source/install/compute-install-rdo.rst index 5d5b0a6085..246bb24147 100644 --- a/doc/source/install/compute-install-rdo.rst +++ b/doc/source/install/compute-install-rdo.rst @@ -123,8 +123,8 @@ Install and configure components [vnc] # ... enabled = True - vncserver_listen = 0.0.0.0 - vncserver_proxyclient_address = $my_ip + server_listen = 0.0.0.0 + server_proxyclient_address = $my_ip novncproxy_base_url = http://controller:6080/vnc_auto.html The server component listens on all IP addresses and the proxy component diff --git a/doc/source/install/compute-install-ubuntu.rst b/doc/source/install/compute-install-ubuntu.rst index 64392797dd..e808c88bed 100644 --- a/doc/source/install/compute-install-ubuntu.rst +++ b/doc/source/install/compute-install-ubuntu.rst @@ -113,8 +113,8 @@ Install and configure components [vnc] # ... enabled = True - vncserver_listen = 0.0.0.0 - vncserver_proxyclient_address = $my_ip + server_listen = 0.0.0.0 + server_proxyclient_address = $my_ip novncproxy_base_url = http://controller:6080/vnc_auto.html The server component listens on all IP addresses and the proxy component diff --git a/doc/source/install/controller-install-obs.rst b/doc/source/install/controller-install-obs.rst index 7895d3665c..9ed5021ec2 100644 --- a/doc/source/install/controller-install-obs.rst +++ b/doc/source/install/controller-install-obs.rst @@ -381,8 +381,8 @@ Install and configure components [vnc] enabled = true # ... - vncserver_listen = $my_ip - vncserver_proxyclient_address = $my_ip + server_listen = $my_ip + server_proxyclient_address = $my_ip * In the ``[glance]`` section, configure the location of the Image service API: diff --git a/doc/source/install/controller-install-rdo.rst b/doc/source/install/controller-install-rdo.rst index 44c4a297ed..99859769f0 100644 --- a/doc/source/install/controller-install-rdo.rst +++ b/doc/source/install/controller-install-rdo.rst @@ -371,8 +371,8 @@ Install and configure components [vnc] enabled = true # ... - vncserver_listen = $my_ip - vncserver_proxyclient_address = $my_ip + server_listen = $my_ip + server_proxyclient_address = $my_ip * In the ``[glance]`` section, configure the location of the Image service API: diff --git a/doc/source/install/controller-install-ubuntu.rst b/doc/source/install/controller-install-ubuntu.rst index 497f5145d5..574e7c084c 100644 --- a/doc/source/install/controller-install-ubuntu.rst +++ b/doc/source/install/controller-install-ubuntu.rst @@ -361,8 +361,8 @@ Install and configure components [vnc] enabled = true # ... - vncserver_listen = $my_ip - vncserver_proxyclient_address = $my_ip + server_listen = $my_ip + server_proxyclient_address = $my_ip * In the ``[glance]`` section, configure the location of the Image service API: |