Fix debconf nova install
* Remove tweakings of ``use_neutron`` and ``firewall_driver`` as default is already correct. * Disable spice (it's enabled by default in Debian) Change-Id: I3901452a72251facf29d39b7e4511cd5f830085d
This commit is contained in:
parent
31443ecd16
commit
d81e46f2ef
@ -57,22 +57,6 @@ Install and configure components
|
||||
typically 10.0.0.31 for the first node in the
|
||||
:ref:`example architecture <overview-example-architectures>`.
|
||||
|
||||
* In the ``[DEFAULT]`` section, enable support for the Networking service:
|
||||
|
||||
.. code-block:: ini
|
||||
|
||||
[DEFAULT]
|
||||
...
|
||||
use_neutron = True
|
||||
firewall_driver = nova.virt.firewall.NoopFirewallDriver
|
||||
|
||||
.. note::
|
||||
|
||||
By default, Compute uses an internal firewall service. Since
|
||||
Networking includes a firewall service, you must disable the Compute
|
||||
firewall service by using the
|
||||
``nova.virt.firewall.NoopFirewallDriver`` firewall driver.
|
||||
|
||||
* In the ``[vnc]`` section, enable and configure remote console access:
|
||||
|
||||
.. code-block:: ini
|
||||
|
@ -25,7 +25,8 @@ Install and configure components
|
||||
.. note::
|
||||
|
||||
``nova-api-metadata`` is included in the ``nova-api`` package,
|
||||
and can be selected through debconf.
|
||||
and can be selected through debconf, or editing ``enabled_apis``
|
||||
in the ``[DEFAULT]`` section of nova.conf.
|
||||
|
||||
.. note::
|
||||
|
||||
@ -82,10 +83,19 @@ Install and configure components
|
||||
.. code-block:: ini
|
||||
|
||||
[vnc]
|
||||
enabled = true
|
||||
...
|
||||
vncserver_listen = $my_ip
|
||||
vncserver_proxyclient_address = $my_ip
|
||||
|
||||
* In the ``[spice]`` section, disable spice.
|
||||
|
||||
.. code-block:: ini
|
||||
|
||||
[spice]
|
||||
enabled = false
|
||||
|
||||
|
||||
* In the ``[glance]`` section, configure the location of the
|
||||
Image service API:
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user