summaryrefslogtreecommitdiffstats
path: root/nova/flags.py
diff options
context:
space:
mode:
authorCerberus <matt.dietz@rackspace.com>2011-03-03 11:56:21 -0600
committerCerberus <matt.dietz@rackspace.com>2011-03-03 11:56:21 -0600
commit63d799a5ac6172b73708a183f3d952a2c8b53c2b (patch)
tree39c453193647bd598b28940bbf88cbc484d70f4e /nova/flags.py
parent98e665f870c20d81db13bb9e5402a7b187dfe539 (diff)
downloadnova-63d799a5ac6172b73708a183f3d952a2c8b53c2b.tar.gz
nova-63d799a5ac6172b73708a183f3d952a2c8b53c2b.tar.xz
nova-63d799a5ac6172b73708a183f3d952a2c8b53c2b.zip
Basic notifications drivers and tests
Diffstat (limited to 'nova/flags.py')
-rw-r--r--nova/flags.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/nova/flags.py b/nova/flags.py
index 8cf199b2f..7b4723b50 100644
--- a/nova/flags.py
+++ b/nova/flags.py
@@ -354,3 +354,6 @@ DEFINE_string('host', socket.gethostname(),
DEFINE_string('node_availability_zone', 'nova',
'availability zone of this node')
+
+DEFINE_string('notification_driver', 'nova.notifier.no_op_driver.NoopDriver',
+ 'Default driver for sending notifications')