Add reno for block live migraton with cinder volumes

Block live migration of an instance with additional cinder volumes
attached has been enabled in:
https://review.openstack.org/#/c/227278/
This adds missing reno for this new feature.

Change-Id: I6ae1ff2103fa391ff2664d0991669ec35d9070ad
This commit is contained in:
Pawel Koniszewski 2016-02-18 13:50:19 +01:00
parent 603e7db9a8
commit f99077cf24
1 changed files with 5 additions and 0 deletions

View File

@ -0,0 +1,5 @@
---
features:
- It is possible to block live migrate instances with additional cinder
volumes attached. This requires libvirt version to be >=1.2.17 and does
not work when live_migration_tunnelled is set to True.