summaryrefslogtreecommitdiffstats
path: root/nova/flags.py
diff options
context:
space:
mode:
authorAnthony Young <sleepsonthefloor@gmail.com>2010-12-22 02:19:38 -0800
committerAnthony Young <sleepsonthefloor@gmail.com>2010-12-22 02:19:38 -0800
commitf98bb2b2dee4a0ff67a6548646a852686092c53f (patch)
treea847e7439994839dd04931ab68e20ababac1ed4b /nova/flags.py
parentd118660d1ba860842f539f5e42a1182dc70c3dbe (diff)
downloadnova-f98bb2b2dee4a0ff67a6548646a852686092c53f.tar.gz
nova-f98bb2b2dee4a0ff67a6548646a852686092c53f.tar.xz
nova-f98bb2b2dee4a0ff67a6548646a852686092c53f.zip
connecting ajax proxy to rabbit to allow token based security
Diffstat (limited to 'nova/flags.py')
-rw-r--r--nova/flags.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/nova/flags.py b/nova/flags.py
index 8fa0beb7a..53ae9be4f 100644
--- a/nova/flags.py
+++ b/nova/flags.py
@@ -217,7 +217,8 @@ DEFINE_string('scheduler_topic', 'scheduler',
'the topic scheduler nodes listen on')
DEFINE_string('volume_topic', 'volume', 'the topic volume nodes listen on')
DEFINE_string('network_topic', 'network', 'the topic network nodes listen on')
-
+DEFINE_string('ajax_proxy_topic', 'ajax_proxy',
+ 'the topic ajax proxy nodes listen on')
DEFINE_bool('verbose', False, 'show debug output')
DEFINE_boolean('fake_rabbit', False, 'use a fake rabbit')
DEFINE_bool('fake_network', False,