diff options
| author | Craig Vyvial <cp16net@gmail.com> | 2012-05-07 14:03:04 -0500 |
|---|---|---|
| committer | Craig Vyvial <cp16net@gmail.com> | 2012-05-14 16:34:08 -0500 |
| commit | fbae8d09fdb9ad370fa827aab0f9bfe0c0c7041f (patch) | |
| tree | b84449522d27586243a9994e704ab6bc06d3d0cf /bin/instance-usage-audit | |
| parent | b3e2bae38177583201dd7dcdd2d9c16929724573 (diff) | |
| download | nova-fbae8d09fdb9ad370fa827aab0f9bfe0c0c7041f.tar.gz nova-fbae8d09fdb9ad370fa827aab0f9bfe0c0c7041f.tar.xz nova-fbae8d09fdb9ad370fa827aab0f9bfe0c0c7041f.zip | |
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
Diffstat (limited to 'bin/instance-usage-audit')
| -rwxr-xr-x | bin/instance-usage-audit | 4 |
1 files changed, 2 insertions, 2 deletions
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 |
