From 086c04b9202df8587370cab89331b903212079eb Mon Sep 17 00:00:00 2001 From: Hongbin Lu Date: Sat, 17 Mar 2018 21:57:30 +0000 Subject: [PATCH] Add a step to configure state_path Change-Id: I1d17958ed80308e5c911c08c713461e1935cafd3 Related-Bug: #1756514 --- doc/source/install/compute-install-ubuntu.rst | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/doc/source/install/compute-install-ubuntu.rst b/doc/source/install/compute-install-ubuntu.rst index 53b82405b..4ed4700d9 100644 --- a/doc/source/install/compute-install-ubuntu.rst +++ b/doc/source/install/compute-install-ubuntu.rst @@ -70,6 +70,15 @@ Install and configure components Replace ``RABBIT_PASS`` with the password you chose for the ``openstack`` account in ``RabbitMQ``. + * In the ``[DEFAULT]`` section, + configure the path that is used by Zun to store the states: + + .. code-block:: ini + + [DEFAULT] + ... + state_path = /var/lib/zun + * In the ``[database]`` section, configure database access: .. code-block:: ini