From fbae8d09fdb9ad370fa827aab0f9bfe0c0c7041f Mon Sep 17 00:00:00 2001 From: Craig Vyvial Date: Mon, 7 May 2012 14:03:04 -0500 Subject: Adding notifications for volumes Added notifications for volumes have been added with tests. This includes create/delete/exists events for volumes. blueprint nova-notifications Change-Id: I21b74974fac22c3621ccf7564dc5c0d339f8751a --- bin/instance-usage-audit | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bin/instance-usage-audit') diff --git a/bin/instance-usage-audit b/bin/instance-usage-audit index 5b30c3586..05f34176f 100755 --- a/bin/instance-usage-audit +++ b/bin/instance-usage-audit @@ -16,8 +16,8 @@ # License for the specific language governing permissions and limitations # under the License. -"""Cron script to generate usage notifications for instances neither created - nor destroyed in a given time period. +"""Cron script to generate usage notifications for instances existing + during the audit period. Together with the notifications generated by compute on instance create/delete/resize, over that time period, this allows an external -- cgit