Adds more usage data to Nova's usage notifications.
Adds in bandwidth, state and IP data on standard notifications, and new notifications on add/remove IP. These were missing before, and are needed to meet spec. This fixes bug 849117 Change-Id: Ie586ff3a91a56e5f5eff8abc6905ba6a0b624451
This commit is contained in:
@@ -853,3 +853,7 @@ class InstanceTypeDiskTooSmall(NovaException):
|
||||
|
||||
class InsufficientFreeMemory(NovaException):
|
||||
message = _("Insufficient free memory on compute node to start %(uuid)s.")
|
||||
|
||||
|
||||
class CouldNotFetchMetrics(NovaException):
|
||||
message = _("Could not fetch bandwidth/cpu/disk metrics for this host.")
|
||||
|
||||
Reference in New Issue
Block a user