Merge "[install] Nova updates for Mitaka"
This commit is contained in:
commit
9a3205ea17
@ -212,8 +212,17 @@ Install and configure components
|
|||||||
...
|
...
|
||||||
lock_path = /var/lib/nova/tmp
|
lock_path = /var/lib/nova/tmp
|
||||||
|
|
||||||
* (Optional) To assist with troubleshooting,
|
.. only:: ubuntu
|
||||||
enable verbose logging in the ``[DEFAULT]`` section:
|
|
||||||
|
.. todo:
|
||||||
|
|
||||||
|
https://bugs.launchpad.net/ubuntu/+source/nova/+bug/1506667
|
||||||
|
|
||||||
|
* Due to a packaging bug, remove the ``logdir`` option from the
|
||||||
|
``[DEFAULT]`` section.
|
||||||
|
|
||||||
|
* In the ``[DEFAULT]`` section, enable verbose mode to assist with
|
||||||
|
potential troubleshooting:
|
||||||
|
|
||||||
.. code-block:: ini
|
.. code-block:: ini
|
||||||
|
|
||||||
|
@ -217,6 +217,15 @@ Install and configure components
|
|||||||
2. Edit the ``/etc/nova/nova.conf`` file and
|
2. Edit the ``/etc/nova/nova.conf`` file and
|
||||||
complete the following actions:
|
complete the following actions:
|
||||||
|
|
||||||
|
* In the ``[DEFAULT]`` section, enable only the compute and metadata
|
||||||
|
APIs:
|
||||||
|
|
||||||
|
.. code-block:: ini
|
||||||
|
|
||||||
|
[DEFAULT]
|
||||||
|
...
|
||||||
|
enabled_apis = osapi_compute,metadata
|
||||||
|
|
||||||
.. only:: obs or rdo or ubuntu
|
.. only:: obs or rdo or ubuntu
|
||||||
|
|
||||||
* In the ``[api_database]`` and ``[database]`` sections, configure
|
* In the ``[api_database]`` and ``[database]`` sections, configure
|
||||||
@ -370,16 +379,17 @@ Install and configure components
|
|||||||
...
|
...
|
||||||
lock_path = /var/lib/nova/tmp
|
lock_path = /var/lib/nova/tmp
|
||||||
|
|
||||||
* In the ``[DEFAULT]`` section, disable the EC2 API:
|
.. only:: ubuntu
|
||||||
|
|
||||||
.. code-block:: ini
|
.. todo:
|
||||||
|
|
||||||
[DEFAULT]
|
https://bugs.launchpad.net/ubuntu/+source/nova/+bug/1506667
|
||||||
...
|
|
||||||
enabled_apis=osapi_compute,metadata
|
|
||||||
|
|
||||||
* (Optional) To assist with troubleshooting, enable verbose
|
* Due to a packaging bug, remove the ``logdir`` option from the
|
||||||
logging in the ``[DEFAULT]`` section:
|
``[DEFAULT]`` section.
|
||||||
|
|
||||||
|
* In the ``[DEFAULT]`` section, enable verbose mode to assist with
|
||||||
|
potential troubleshooting:
|
||||||
|
|
||||||
.. code-block:: ini
|
.. code-block:: ini
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user