change the install/configure split
make setup_develop part of install so that configure is only about config file setup. Change-Id: I1ed58011e41c550d3ab2ba33b38cfe16adb3dde4
This commit is contained in:
parent
e4f0cd7eed
commit
4bf9d7a74a
@ -123,9 +123,6 @@ function cleanup_cinder() {
|
||||
|
||||
# configure_cinder() - Set config files, create data dirs, etc
|
||||
function configure_cinder() {
|
||||
setup_develop $CINDER_DIR
|
||||
setup_develop $CINDERCLIENT_DIR
|
||||
|
||||
if [[ ! -d $CINDER_CONF_DIR ]]; then
|
||||
sudo mkdir -p $CINDER_CONF_DIR
|
||||
fi
|
||||
@ -367,7 +364,10 @@ function init_cinder() {
|
||||
# install_cinder() - Collect source and prepare
|
||||
function install_cinder() {
|
||||
git_clone $CINDER_REPO $CINDER_DIR $CINDER_BRANCH
|
||||
setup_develop $CINDER_DIR
|
||||
|
||||
git_clone $CINDERCLIENT_REPO $CINDERCLIENT_DIR $CINDERCLIENT_BRANCH
|
||||
setup_develop $CINDERCLIENT_DIR
|
||||
}
|
||||
|
||||
# apply config.d approach (e.g. Oneiric does not have this)
|
||||
|
Loading…
Reference in New Issue
Block a user