diff options
| author | Anthony Young <sleepsonthefloor@gmail.com> | 2010-12-22 02:19:38 -0800 |
|---|---|---|
| committer | Anthony Young <sleepsonthefloor@gmail.com> | 2010-12-22 02:19:38 -0800 |
| commit | f98bb2b2dee4a0ff67a6548646a852686092c53f (patch) | |
| tree | a847e7439994839dd04931ab68e20ababac1ed4b /nova/flags.py | |
| parent | d118660d1ba860842f539f5e42a1182dc70c3dbe (diff) | |
| download | nova-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.py | 3 |
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, |
