
This patch extends compute model attributes by adding new fields to Instance element. Values are populated by nova the collector, using the same nova list call, but requires a more recent compute API microversion. A new config option was added to allow users to enable or disable the extended attributes and it is disable by default. Configure prometheus-based jobs to run on newer version of nova api (2.96) and enables the extended attributes collection. Implements: bp/extend-compute-model-attributes Assisted-By: Cursor (claude-4-sonnet) Change-Id: Ibf31105d780dce510a59fc74241fa04e28529ade Signed-off-by: Douglas Viroel <viroel@gmail.com>
12 lines
297 B
Plaintext
12 lines
297 B
Plaintext
coverage>=4.5.1 # Apache-2.0
|
|
ddt>=1.2.1 # MIT
|
|
freezegun>=0.3.10 # Apache-2.0
|
|
oslotest>=3.3.0 # Apache-2.0
|
|
testscenarios>=0.5.0 # Apache-2.0/BSD
|
|
testtools>=2.3.0 # MIT
|
|
stestr>=2.0.0 # Apache-2.0
|
|
WebTest>=2.0.27 # MIT
|
|
|
|
# Include drivers for opportunistic testing.
|
|
oslo.db[mysql]>=6.0.0 # Apache-2.0
|