Merge "Add nits from Id2beaa7c4e5780199298f8e58fb6c7005e420a69"

This commit is contained in:
Zuul 2019-03-04 21:58:23 +00:00 committed by Gerrit Code Review
commit d528e11711

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