Add nits from Id2beaa7c4e5780199298f8e58fb6c7005e420a69

Change-Id: I2d4f5a1ebe311d41f4e5811ab31fd7ecda9772a1
Signed-off-by: Stephen Finucane <sfinucan@redhat.com>
This commit is contained in:
Stephen Finucane 2019-03-04 10:44:42 +00:00 committed by Matt Riedemann
parent 727b942a88
commit 499d30f883

View File

@ -285,3 +285,12 @@ systems. However, to use the VFAT format, add the following line to the
config_drive_format=vfat
If you choose VFAT, the configuration drive is 64 MB.
.. deprecated:: 19.0.0
The :oslo.config:option:`config_drive_format` option was deprecated in 19.0.0
(Stein). The option was originally added as a workaround for a bug in
libvirt, `#1246201`__, that was resolved in libvirt v1.2.17. As a result,
this option is no longer necessary or useful.
__ https://bugs.launchpad.net/nova/+bug/1246201