Merge "Fix nova volume install for devstack"

This commit is contained in:
Jenkins 2012-08-15 20:47:50 +00:00 committed by Gerrit Code Review
commit 75e0354a3b

View File

@ -1746,6 +1746,7 @@ elif is_service_enabled n-vol; then
# Setup the tgt configuration file
if [[ ! -f /etc/tgt/conf.d/nova.conf ]]; then
sudo mkdir -p /etc/tgt/conf.d
echo "include $NOVA_DIR/volumes/*" | sudo tee /etc/tgt/conf.d/nova.conf
fi