Adds release note for 'Route extend_volume' bugfix

This adds a missing release note for the bugfix 'Route extend_volume calls to
scheduler' - I4a4ee8acac258d773b99e2767f1c75faa909813b - that weren't added in
the patch.

Change-Id: I250fd08e90265caca0a8666d9200a83613d54f06
This commit is contained in:
Erlon R. Cruz 2016-12-13 10:42:47 -02:00
parent 55466de9c2
commit 31dba52911

View File

@ -0,0 +1,7 @@
---
fixes:
- Fixed volume extend issue that allowed a tenant with enough quota to
extend the volume to limits greater than what the volume backend supported.
other:
- Now extend won't work on disabled services because it's going through the
scheduler, unlike how it worked before.