trove/devstack
Masaki Matsushita f091f76b92 Add port 22 to tcp_ports in devstack
Currently, devstack/plugin.sh adds port 22 to mysql's tcp_ports in
trove-taskmanager.conf.
This commit adds port 22 to other DB's tcp_ports.
This helps users who use devstack for development purpose.

Change-Id: I3c7c0b050c2983c9b2cb2c4b7f8f08d9a8b42f9c
2016-07-22 15:27:51 +09:00
..
2015-04-06 12:20:30 -04:00
2016-07-22 15:27:51 +09:00
2016-06-20 15:52:23 +00: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