cfg.StrOpt('notification_driver',
default='cinder.openstack.common.notifier.no_op_notifier',
help='Default driver for sending notifications'),
- cfg.ListOpt('memcached_servers',
- default=None,
- help='Memcached servers or None for in process cache.'),
cfg.StrOpt('instance_usage_audit_period',
default='month',
help='time period to generate instance usages for. '
# notification_driver=cinder.openstack.common.notifier.no_op_notifier
#### (StrOpt) Default driver for sending notifications
-# memcached_servers=<None>
-#### (ListOpt) Memcached servers or None for in process cache.
-
# instance_usage_audit_period=month
#### (StrOpt) time period to generate instance usages for. Time period
#### must be hour, day, month or year
#### (IntOpt) maximum number of volume gigabytes to allow per host
-# Total option count: 133
+# Total option count: 132