openstacksdk/releasenotes/notes/version-discovery-a501c4e9e9869f77.yaml
Monty Taylor a3cd1f0faf
Merge shade and occ releasenotes
Change-Id: I4d25c654ee3c298de03907b14161096a59d098db
2017-09-20 10:29:27 -05:00

14 lines
502 B
YAML

---
features:
- Version discovery is now done via the keystoneauth
library. shade still has one behavioral difference
from default keystoneauth behavior, which is that
shade will use a version it understands if it can
find one even if the user has requested a different
version. This change opens the door for shade to
start being able to consume API microversions as
needed.
upgrade:
- keystoneauth version 3.2.0 or higher is required
because of version discovery.