Merge "Set volume usage audit period to not NoneType"

This commit is contained in:
Jenkins
2014-05-23 04:21:02 +00:00
committed by Gerrit Code Review
2 changed files with 2 additions and 1 deletions

View File

@@ -157,6 +157,7 @@ global_opts = [
default=None,
help='Default volume type to use'),
cfg.StrOpt('volume_usage_audit_period',
default='month',
help='Time period for which to generate volume usages. '
'The options are hour, day, month, or year.'),
cfg.StrOpt('rootwrap_config',

View File

@@ -543,7 +543,7 @@
# Time period for which to generate volume usages. The options
# are hour, day, month, or year. (string value)
#volume_usage_audit_period=<None>
#volume_usage_audit_period=month
# Path to the rootwrap configuration file to use for running
# commands as root (string value)