a3cd1f0faf
Change-Id: I4d25c654ee3c298de03907b14161096a59d098db
14 lines
502 B
YAML
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.
|