Fix DevStack plugin's source collection issue

Allow initial collection of sources even when RECLONE option is not
set to TRUE in localrc

Change-Id: I8389bf38868ca9cb69f33dd06f8e7a444d461eba
This commit is contained in:
Ramana Raja 2014-03-04 17:30:17 +05:30
parent 753f161406
commit 39e80deb8d
1 changed files with 2 additions and 4 deletions

View File

@ -304,10 +304,8 @@ function init_manila() {
# install_manila() - Collect source and prepare
function install_manila() {
if [[ "$RECLONE" = "True" ]]; then
git_clone $MANILA_REPO $MANILA_DIR $MANILA_BRANCH
git_clone $MANILACLIENT_REPO $MANILACLIENT_DIR $MANILACLIENT_BRANCH
fi
git_clone $MANILA_REPO $MANILA_DIR $MANILA_BRANCH
git_clone $MANILACLIENT_REPO $MANILACLIENT_DIR $MANILACLIENT_BRANCH
if is_service_enabled m-shr; then
if is_ubuntu; then