Add CONF_DIR.

This commit is contained in:
Adam Gandelman 2013-05-22 14:16:03 -07:00
parent 9c97acf1b0
commit 3604c283f9
1 changed files with 2 additions and 0 deletions

View File

@ -4,6 +4,8 @@ set -ue
CHARM="swift-storage"
HOOKS_DIR="$CHARM_DIR/hooks"
CONF_DIR="/etc/swift"
if [[ -e "$HOOKS_DIR/lib/openstack-common" ]] ; then
. $HOOKS_DIR/lib/openstack-common
else