cinder/releasenotes/notes/new-nova-config-section-2a7a51a0572e7064.yaml
Sean McGinnis 9f213981ac Pike release note cleanup
Various fixes in release notes noticed during Pike review.

Change-Id: Ifc92f757287c52a85ef01a01fdae3716f9a1f93b
2017-08-08 04:11:41 -05:00

14 lines
452 B
YAML

---
features:
- a [nova] section is added to configure the connection
to the compute service, which is needed to the
InstanceLocalityFilter, for example.
deprecations:
- The os_privileged_xxx and nova_xxx in the [default]
section are deprecated in favor of the settings in
the [nova] section.
fixes:
- |
Fixed using of the user's token in the nova client
(`bug #1686616 <https://bugs.launchpad.net/cinder/+bug/1686616>`_)