ironic.common.release_mappings module

ironic.common.release_mappings module

ironic.common.release_mappings.get_object_versions(releases=None, objects=None)[source]

Gets the supported versions for all objects.

Supported versions are from the RELEASE_MAPPINGs.

Parameters:
  • releases – a list of release names; if empty/None, versions from all releases are returned (the default).

  • objects – a list of names of objects of interest. If empty/None, versions of all objects are returned (the default).

Returns:

a dictionary where the key is the object name and the value is a set of supported versions.

Creative Commons Attribution 3.0 License

Except where otherwise noted, this document is licensed under Creative Commons Attribution 3.0 License. See all OpenStack Legal Documents.