9e45781eab
We expose version_to_string and version_match but not version_between. openstacksdk would really like to use version_between too for matching microversion suitability. Turn it in to a public function. Change-Id: I710f9e1441f4caeb9bd9830f9d4a3398a71249ec
6 lines
168 B
YAML
6 lines
168 B
YAML
---
|
|
features:
|
|
- |
|
|
Exposed ``keystoneauth1.discover.version_between`` as a public function
|
|
that can be used to determine if a given version is within a range.
|