Remove extra space in release note.

One of the release notes that merged had an extra space
in it.  It wasn't work holding up the merge for.  This
patch fixes it.

Change-Id: I1887e25874987085160a5b9559b232f9ed30cc4f
This commit is contained in:
Jay S. Bryant 2017-06-29 13:15:32 -05:00
parent 46f3187b2c
commit 74ad916490
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
---
fixes:
- After transferring a volume without snapshots from one user project
to another user project, if the receiving user uses cascade deleting,
to another user project, if the receiving user uses cascade deleting,
it will cause some exceptions in driver and volume will be error_deleting.
Adding additional check to ensure there are no snapshots left in other
project when cascade deleting a tranferred volume.