diff options
| author | William Wolf <throughnothing@gmail.com> | 2011-05-19 09:40:34 -0400 |
|---|---|---|
| committer | William Wolf <throughnothing@gmail.com> | 2011-05-19 09:40:34 -0400 |
| commit | 19e21e4a75dd34b05cfefc2ed5535297077ff97c (patch) | |
| tree | 4744761e82b6d87fcd0b5346927746c235c13172 /nova/flags.py | |
| parent | 64e9aa6daa416662a25eeab0d943b23906695e92 (diff) | |
| parent | 330b3febe9970a0358cbc145ea88faeb3da121d5 (diff) | |
merge from trunk
Diffstat (limited to 'nova/flags.py')
| -rw-r--r-- | nova/flags.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/nova/flags.py b/nova/flags.py index b45d252c7..ee5adae32 100644 --- a/nova/flags.py +++ b/nova/flags.py @@ -372,6 +372,9 @@ DEFINE_string('host', socket.gethostname(), DEFINE_string('node_availability_zone', 'nova', 'availability zone of this node') +DEFINE_string('notification_driver', + 'nova.notifier.no_op_notifier', + 'Default driver for sending notifications') DEFINE_list('memcached_servers', None, 'Memcached servers or None for in process cache.') |
