diff options
| author | Anthony Young <sleepsonthefloor@gmail.com> | 2010-12-23 01:22:54 -0800 |
|---|---|---|
| committer | Anthony Young <sleepsonthefloor@gmail.com> | 2010-12-23 01:22:54 -0800 |
| commit | 43dfae5926bafa1575aee9624651cfcb8f170bb3 (patch) | |
| tree | 11f56c6860981d188add0e0e46c88a8e7453102b /nova/flags.py | |
| parent | 777f739e954389dcabc92ef4da7063efd2bae6a3 (diff) | |
| download | nova-43dfae5926bafa1575aee9624651cfcb8f170bb3.tar.gz nova-43dfae5926bafa1575aee9624651cfcb8f170bb3.tar.xz nova-43dfae5926bafa1575aee9624651cfcb8f170bb3.zip | |
some pep8 fixes
Diffstat (limited to 'nova/flags.py')
| -rw-r--r-- | nova/flags.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nova/flags.py b/nova/flags.py index 2d5aec840..406f159e6 100644 --- a/nova/flags.py +++ b/nova/flags.py @@ -220,7 +220,7 @@ 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_console_proxy_topic', 'ajax_proxy', +DEFINE_string('ajax_console_proxy_topic', 'ajax_proxy', 'the topic ajax proxy nodes listen on') DEFINE_string('ajax_console_proxy_url', 'http://tonbuntu:8000', |
