trove/devstack
Luke Browning e2257394ed Fix typo in trovestack cleanup
apache_site_config_for is a shell function, not a shell variable.
Shell syntax for functions is ().  Variables use {}.

Change-Id: Ia9a35cdb0883f576efe584bc854de94072e13b87
2017-11-19 08:28:49 -06:00
..
2017-04-25 06:54:29 -04:00
2017-11-19 08:28:49 -06: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 git://git.openstack.org/openstack-dev/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 git://git.openstack.org/openstack/trove

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

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

Run the DevStack utility

cd $DEVSTACK_DIR
./stack.sh