Files
mixmatch/devstack/settings
Kristi Nikolla 82ee351b6a Add Devstack plugin for mixmatch
This plugin automatically configures the mixmatch proxy, the config
of nova/cinder, the endpoints and starts the proxy.

To enable it add this to local.conf

enable_plugin mixmatch git://git.openstack.org/openstack/mixmatch.git

Change-Id: I1fd872288090378a5d91ff102d8d5054b14b9608
2017-02-13 16:30:04 -05:00

9 lines
250 B
Plaintext

enable_service mixmatch
MIXMATCH_DIR=$DEST/mixmatch
MIXMATCH_PLUGIN=$DEST/mixmatch/devstack
MIXMATCH_CONF=/etc/mixmatch/mixmatch.conf
MIXMATCH_SERVICE_PORT=${MIXMATCH_SERVICE_PORT:-5001}
MIXMATCH_SERVICE_PROTOCOL=${MIXMATCH_SERVICE_PROTOCOL:-http}