Files
fenix/doc/source/install/install-devstack.rst
Tomi Juvonen 6ca4e203ca Update install and configuration instructions
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>
2019-05-28 07:51:17 +03:00

418 B

Install and configure for DevStack

Install and configure components

  1. Install Fenix by adding needed options to local.conf

    #Enable Fenix plugin
    enable_plugin fenix https://opendev.org/x/fenix
    
    #Enable Fenix services
    enable_service fenix-engine
    enable_service fenix-api