blazar/devstack/settings
Pierre Riteau dbe6c7f59e Remove verbose configuration parameter from DevStack plugin
Even though the verbose option has been removed from oslo.log for
several months, our DevStack plugin was still setting the verbose
configuration parameter for blazar.conf. This patch removes it.

Change-Id: I3d60e863951b7a97c8d07a6a5c52a513930266b4
2017-09-18 15:29:39 +01:00

39 lines
1.2 KiB
Plaintext

# Defaults
# --------
#enable manager service
enable_service blazar-m
#enable api service
enable_service blazar-a
BLAZAR_DEBUG=${BLAZAR_DEBUG:-True}
BLAZAR_USER_NAME=${BLAZAR_USER_NAME:-blazar}
# Set up default repos
BLAZAR_REPO=${BLAZAR_REPO:-${GIT_BASE}/openstack/blazar.git}
BLAZAR_BRANCH=${BLAZAR_BRANCH:-master}
BLAZARCLIENT_REPO=${BLAZARCLIENT_REPO:-${GIT_BASE}/openstack/python-blazarclient.git}
BLAZARCLIENT_BRANCH=${BLAZARCLIENT_BRANCH:-master}
BLAZARNOVA_REPO=${BLAZARNOVA_REPO:-${GIT_BASE}/openstack/blazar-nova.git}
BLAZARNOVA_BRANCH=${BLAZARNOVA_BRANCH:-master}
# Set up default directories
BLAZAR_DIR=$DEST/blazar
BLAZAR_CONF_DIR=${BLAZAR_CONF_DIR:-/etc/blazar}
BLAZAR_CONF_FILE=$BLAZAR_CONF_DIR/blazar.conf
BLAZARCLIENT_DIR=$DEST/python-blazarclient
BLAZAR_AUTH_CACHE_DIR=${BLAZAR_AUTH_CACHE_DIR:-/var/cache/blazar}
BLAZARNOVA_DIR=$DEST/blazar-nova
BLAZAR_SERVICE_HOST=${BLAZAR_SERVICE_HOST:-$SERVICE_HOST}
BLAZAR_SERVICE_PORT=${BLAZAR_SERVICE_PORT:-1234}
BLAZAR_SERVICE_PROTOCOL=${BLAZAR_SERVICE_PROTOCOL:-$SERVICE_PROTOCOL}
# Blazar specific configurations
BLAZAR_IDENTITY_SERVICE_NAME=${BLAZAR_IDENTITY_SERVICE_NAME:-"identity"}
BLAZAR_FREEPOOL_NAME=${BLAZAR_FREEPOOL_NAME:-freepool}
# Tell Tempest this project is present
TEMPEST_SERVICES+=,blazar