There was a syntax error in a print statement in cinder-volume-usage-audit
which caused the script to crash.
Fixes LP bug #
1130266
Change-Id: If4b0102ec5218fc8347f97041ac65f633111c26f
logging.setup("cinder")
begin, end = utils.last_completed_audit_period()
print _("Starting volume usage audit")
- msg = _("Creating usages for %(begin_period) until %(end_period)")
+ msg = _("Creating usages for %(begin_period)s until %(end_period)s")
print (msg % {"begin_period": str(begin), "end_period": str(end)})
volumes = db.volume_get_active_by_window(admin_context,
begin,