diff options
| author | Naveed Massjouni <naveedm9@gmail.com> | 2011-05-19 10:54:56 -0400 |
|---|---|---|
| committer | Naveed Massjouni <naveedm9@gmail.com> | 2011-05-19 10:54:56 -0400 |
| commit | dea0d808da06578d5125904eee72e5edd80f8e12 (patch) | |
| tree | 4c9b02cbe0a7ea9340fdd5728d4b7e62910a5d5b /nova/flags.py | |
| parent | beea6545804dc17661eea83b373d74d14cf07c32 (diff) | |
| parent | 19e21e4a75dd34b05cfefc2ed5535297077ff97c (diff) | |
minor cleanup, plus had to merge because of diverged-branches issue
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.') |
