Files
nova/nova
Stephen Finucane 296479e1ab force_config_drive: StrOpt -> BoolOpt
The 'force_config_drive' option provides a way to force injection of
configuration drives on instances. Previously, this option supported
three values: 'always', 'True' and 'False'. However, the 'always'
value was deprecated in Liberty and can now be removed.

Remove this value and replace the existing 'StrOpt' with a 'BoolOpt'.
This also requires changing some unit tests to reflect the new value
for this parameter.

UpgradeImpact: This change removes support for the 'always' option.
    Configuration files providing this value will need to be updated
    accordingly.
DocImpact: This option is now a BoolOpt and documentation will need to
    be updated accordingly.
Change-Id: I0b4030ec1336fb1f2e721570c99a27a979e2847c
2015-11-11 19:59:22 +00:00
..
2015-11-05 09:58:42 -05:00
2015-11-05 19:47:01 +00:00
2015-11-05 19:47:01 +00:00
2015-11-06 16:01:46 +00:00
2015-10-30 06:17:34 +00:00
2015-07-25 15:01:44 +03:00
2015-09-08 10:36:14 +09:00
2015-10-13 13:23:21 +00:00
2015-07-11 02:54:42 +00:00
2015-08-11 10:30:30 +08:00
2015-10-23 18:01:03 +03:00