
Low hanging fruit not done by this patch set: - Add more default option to be set in devstack/plugin.sh - wait_project_reply ... live_migration_wait_time Other thing one can pick up not done by this patch set: - Add oslo-config-generator support to tox - Add etc directory that will be used for this - Modify code where config is set to work with this - Use resulting conf files to have those documented under doc story: 2005166 Task: #29899 Change-Id: Ic2e76d4f054f1666726cfc1b4f2c945393d3c8a9 Signed-off-by: Tomi Juvonen <tomi.juvonen@nokia.com>
19 lines
418 B
ReStructuredText
19 lines
418 B
ReStructuredText
.. _install-devstack:
|
|
|
|
Install and configure for DevStack
|
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
|
|
|
Install and configure components
|
|
--------------------------------
|
|
|
|
#. Install Fenix by adding needed options to local.conf
|
|
|
|
.. code-block:: ini
|
|
|
|
#Enable Fenix plugin
|
|
enable_plugin fenix https://opendev.org/x/fenix
|
|
|
|
#Enable Fenix services
|
|
enable_service fenix-engine
|
|
enable_service fenix-api
|