Get rid of murano-common

This component is obsolete and should be removed.

Change-Id: I1f182a4a2595233f25fdfe8f352e6a27d48f7c3e
This commit is contained in:
Dmitry Teselkin 2014-04-16 14:35:48 +04:00
parent 6291c85940
commit 66d6af0b80

View File

@ -24,9 +24,6 @@ set -o xtrace
MURANO_REPO=${MURANO_REPO:-${GIT_BASE}/stackforge/murano-api.git} MURANO_REPO=${MURANO_REPO:-${GIT_BASE}/stackforge/murano-api.git}
MURANO_BRANCH=${MURANO_BRANCH:-master} MURANO_BRANCH=${MURANO_BRANCH:-master}
MURANO_COMMON_REPO=${MURANO_COMMON_REPO:-${GIT_BASE}/stackforge/murano-common.git}
MURANO_COMMON_DIR=$DEST/murano-common
# Set up default directories # Set up default directories
MURANO_DIR=$DEST/murano-api MURANO_DIR=$DEST/murano-api
MURANO_CONF_DIR=${MURANO_CONF_DIR:-/etc/murano} MURANO_CONF_DIR=${MURANO_CONF_DIR:-/etc/murano}