1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-03-20 10:50:08 +03:00

Feature #3987: remove explicit loading of scripts_common.sh as it's

already being loaded by tm_common.sh
This commit is contained in:
Jaime Melis 2015-11-16 10:48:40 +01:00
parent 8490cf3d6a
commit ed5cc50932
10 changed files with 1 additions and 10 deletions

View File

@ -39,7 +39,6 @@ fi
DRIVER_PATH=$(dirname $0)
source $LIB_LOCATION/sh/scripts_common.sh
source $TMCOMMON
source ${DRIVER_PATH}/../../datastore/ceph/ceph.conf

View File

@ -41,7 +41,6 @@ fi
DRIVER_PATH=$(dirname $0)
source $LIB_LOCATION/sh/scripts_common.sh
source $TMCOMMON
source ${DRIVER_PATH}/../../datastore/ceph/ceph.conf

View File

@ -36,7 +36,6 @@ fi
DRIVER_PATH=$(dirname $0)
source $LIB_LOCATION/sh/scripts_common.sh
source $TMCOMMON
source ${DRIVER_PATH}/../../datastore/ceph/ceph.conf
source ${DRIVER_PATH}/../../datastore/libfs.sh

View File

@ -39,7 +39,6 @@ fi
DRIVER_PATH=$(dirname $0)
source $LIB_LOCATION/sh/scripts_common.sh
source $TMCOMMON
source ${DRIVER_PATH}/../../datastore/ceph/ceph.conf

View File

@ -43,7 +43,6 @@ fi
DRIVER_PATH=$(dirname $0)
source $LIB_LOCATION/sh/scripts_common.sh
source $TMCOMMON
source ${DRIVER_PATH}/../../datastore/ceph/ceph.conf

View File

@ -32,7 +32,7 @@ fi
DRIVER_PATH=$(dirname $0)
source ${DRIVER_PATH}/../../datastore/libfs.sh
source ${DRIVER_PATH}/ceph.conf
source ${DRIVER_PATH}/../../datastore/ceph/ceph.conf
# -------- Get datastore arguments from OpenNebula core ------------

View File

@ -35,7 +35,6 @@ fi
DRIVER_PATH=$(dirname $0)
source $LIB_LOCATION/sh/scripts_common.sh
source $TMCOMMON
source ${DRIVER_PATH}/../../datastore/ceph/ceph.conf

View File

@ -35,7 +35,6 @@ fi
DRIVER_PATH=$(dirname $0)
source $LIB_LOCATION/sh/scripts_common.sh
source $TMCOMMON
source ${DRIVER_PATH}/../../datastore/ceph/ceph.conf

View File

@ -35,7 +35,6 @@ fi
DRIVER_PATH=$(dirname $0)
source $LIB_LOCATION/sh/scripts_common.sh
source $TMCOMMON
source ${DRIVER_PATH}/../../datastore/ceph/ceph.conf

View File

@ -35,7 +35,6 @@ fi
DRIVER_PATH=$(dirname $0)
source $LIB_LOCATION/sh/scripts_common.sh
source $TMCOMMON
source ${DRIVER_PATH}/../../datastore/ceph/ceph.conf