trove/devstack
Hirotaka Wakabayashi 6e4dd51c02 Rename api_wsgi.py to app_wsgi.py
This PR changes wsgi script filename to app_wsgi.py.

Original problem is that mod_wsgi script not found after devstack
installation. This bug is created by #854356[1].

--
[1]: https://review.opendev.org/c/openstack/trove/+/854356

Story: 2010264
Task: 46163
Change-Id: I22883c8a8bb7e2818679d667b6868587a040a602
2022-09-02 11:43:00 +09:00
..
files Rename app.wsgi to app_wsgi.py 2022-08-25 11:10:33 +08:00
plugin.sh Rename api_wsgi.py to app_wsgi.py 2022-09-02 11:43:00 +09:00
README.rst Fix syntax error 2019-05-06 18:32:53 +08:00
settings Set os release to focal in devstack 2022-08-11 20:47:42 +08:00

Enabling Trove in DevStack

To enable Trove in DevStack, perform the following steps:

Note: The python-troveclient is automatically installed.  If you need to
control how the client gets installed, set the TROVECLIENT_REPO,
TROVECLIENT_DIR and TROVECLIENT_BRANCH environment variables appropriately.

Download DevStack

export DEVSTACK_DIR=~/devstack
git clone https://opendev.org/openstack/devstack.git $DEVSTACK_DIR

Enable the Trove plugin

Enable the plugin by adding the following section to $DEVSTACK_DIR/local.conf

[[local|localrc]]
enable_plugin trove https://opendev.org/openstack/trove

Optionally, a git refspec (branch or tag or commit) may be provided as follows:

[[local|localrc]]
enable_plugin trove https://opendev.org/openstack/trove <refspec>

Run the DevStack utility

cd $DEVSTACK_DIR
./stack.sh