summaryrefslogtreecommitdiffstats
path: root/nova/flags.py
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2011-10-13 20:56:29 +0000
committerGerrit Code Review <review@openstack.org>2011-10-13 20:56:29 +0000
commit5c2d2c168b30fdf62b72dffd09fcf6fc9c878a33 (patch)
tree7cc6c7e50071e2e492303e9b425a5e7c7710f4a8 /nova/flags.py
parentff1263aed3c886fc38e526f1176452171bf9545f (diff)
parent5aa522908264b5ef97387821e18c13ad9a9b95a1 (diff)
downloadnova-5c2d2c168b30fdf62b72dffd09fcf6fc9c878a33.tar.gz
nova-5c2d2c168b30fdf62b72dffd09fcf6fc9c878a33.tar.xz
nova-5c2d2c168b30fdf62b72dffd09fcf6fc9c878a33.zip
Merge "Adds more usage data to Nova's usage notifications."
Diffstat (limited to 'nova/flags.py')
-rw-r--r--nova/flags.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/nova/flags.py b/nova/flags.py
index 5d066566e..25a3e013d 100644
--- a/nova/flags.py
+++ b/nova/flags.py
@@ -406,6 +406,10 @@ DEFINE_list('zone_capabilities',
'Key/Multi-value list representng capabilities of this zone')
DEFINE_string('build_plan_encryption_key', None,
'128bit (hex) encryption key for scheduler build plans.')
+DEFINE_string('instance_usage_audit_period', 'month',
+ 'time period to generate instance usages for.')
+DEFINE_integer('bandwith_poll_interval', 600,
+ 'interval to pull bandwidth usage info')
DEFINE_bool('start_guests_on_host_boot', False,
'Whether to restart guests when the host reboots')