The nova.openstack.common.report.models.version Module

Provides Openstack Version Info Model

This module defines a class representing the data model for Openstack package and version information

class PackageModel(vendor, product, version)

Bases: nova.openstack.common.report.models.with_default_views.ModelWithDefaultViews

A Package Information Model

This model holds information about the current package. It contains vendor, product, and version information.

Parameters:
  • vendor (str) – the product vendor
  • product (str) – the product name
  • version (str) – the product version

Previous topic

The nova.openstack.common.report.models.threading Module

Next topic

The nova.openstack.common.report.models.with_default_views Module

This Page