almanach/devstack/settings
Frédéric Guillot 0f7939f412 Update devstack plugin
Requirements have to be changed to avoid conflicts
with other projects in devstack.

Moreover, all dependencies must be compatible with
global and upper OpenStack constraints.

Change-Id: Ie925b4481c865f398ac29eadfc58e9bfb18604c9
2016-11-30 15:46:50 -05:00

12 lines
319 B
Plaintext

enable_service almanach-collector
enable_service almanach-api
ALMANACH_DIR=$DEST/almanach
ALMANACH_CONF_DIR=/etc/almanach
ALMANACH_CONF=$ALMANACH_CONF_DIR/almanach.cfg
ALMANACH_SERVICE_PROTOCOL=http
ALMANACH_SERVICE_HOST=${ALMANACH_SERVICE_HOST:-${SERVICE_HOST}}
ALMANACH_SERVICE_PORT=${ALMANACH_SERVICE_PORT:-8000}