Expand disk_formats with 'ploop' format

Change-Id: Ib45de5ff2fe7fc4e1c2d6f8cb6772e017ef891c2
This commit is contained in:
Maxim Nestratov 2016-10-07 20:28:18 +03:00
parent 35c681afb7
commit 24179e9f53
1 changed files with 21 additions and 0 deletions

View File

@ -97,5 +97,26 @@ Expand hypervisor_type metadata with Virtuozzo hypervisor
End of Expand hypervisor_type metadata with Virtuozzo hypervisor
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Add `ploop` to the list of supported disk formats
-------------------------------------------------
:problem: Currently 'ploop' format is not among supported by default disk
formats, even though it's been supported by Nova since the Kilo release.
:solution: `disk_formats` configuration option needs to be updated to add
'ploop' as one of the supported format.
:impacts: This will have documentation impact. Release note should
be added to notify interested parties about this addition.
:timeline: Expected to be merged within the O-2 time frame.
:link: https://review.openstack.org/#/c/341633/
:assignee: Maxim Netratov
End of Add `ploop` to list of supported disk formats
++++++++++++++++++++++++++++++++++++++++++++++++++++
Add your Spec Lite before this line
===================================