Merge "Fix XenAPINFS configuration"

This commit is contained in:
Jenkins
2012-12-06 21:27:04 +00:00
committed by Gerrit Code Review

View File

@@ -159,7 +159,6 @@ function configure_cinder() {
iniset $CINDER_CONF DEFAULT xenapi_nfs_server "$CINDER_XENAPI_NFS_SERVER"
iniset $CINDER_CONF DEFAULT xenapi_nfs_serverpath "$CINDER_XENAPI_NFS_SERVERPATH"
)
[ $? -ne 0 ] && exit 1
fi
}