# Git information
KARBOR_REPO=${KARBOR_REPO:-https://git.openstack.org/cgit/openstack/smaug/}
KARBOR_DIR=$DEST/smaug
KARBOR_BRANCH=${KARBOR_BRANCH:-master}

# common variables
KARBOR_CONF_DIR=${KARBOR_CONF_DIR:-/etc/karbor}

# karbor rest api
KARBOR_API=$KARBOR_DIR/karbor/cmd/api.py
KARBOR_API_CONF=$KARBOR_CONF_DIR/karbor.conf

KARBOR_API_LISTEN_ADDRESS=${KARBOR_API_LISTEN_ADDRESS:-0.0.0.0}
KARBOR_API_HOST=${KARBOR_API_HOST:-$SERVICE_HOST}
KARBOR_API_PORT=${KARBOR_API_PORT:-8799}
KARBOR_API_PROTOCOL=${KARBOR_API_PROTOCOL:-$SERVICE_PROTOCOL}

KARBOR_AUTH_CACHE_DIR=${KARBOR_AUTH_CACHE_DIR:-/var/cache/karbor}

export PYTHONPATH=$PYTHONPATH:$KARBOR_DIR
