nova/releasenotes/notes/rm_volume_manager-78fed5be43d285b3.yaml
Gary Kotton 31547f551c Release notes: fix typos
Fix a few typos in the release notes

TrivialFix

Change-Id: I2b949fd65d7620ba85a47579217ba189ab1c9360
2016-06-25 23:23:19 -07:00

21 lines
868 B
YAML

---
upgrade:
- A new ``use_neutron`` option is introduced for configuring Nova to
use Neutron for its network backend. This replaces the deprecated
``network_api_class`` and ``security_group_api`` options, which are
confusing to use and error prone. The default for this new value
is ``False`` to match existing defaults, however if
``network_api_class`` and/or ``security_group_api`` are set to
known Neutron values, Neutron networking will still be used as
before. Installations are encouraged to set this config option soon
after upgrade as the legacy options will be removed by the Newton
release.
deprecations:
- Deprecate ``volume_api_class`` and ``network_api_class`` config
options. We only have one sensible backend for either of
these. These options will be removed and turned into constants in
Newton.