oslo_reports.models.version
Module¶Provides OpenStack Version Info Model
This module defines a class representing the data model for OpenStack package and version information
oslo_reports.models.version.
PackageModel
(vendor, product, version)¶Bases: oslo_reports.models.with_default_views.ModelWithDefaultViews
A Package Information Model
This model holds information about the current package. It contains vendor, product, and version information.
vendor (str) – the product vendor
product (str) – the product name
version (str) – the product version
Except where otherwise noted, this document is licensed under Creative Commons Attribution 3.0 License. See all OpenStack Legal Documents.