summaryrefslogtreecommitdiffstats
path: root/nova/flags.py
diff options
context:
space:
mode:
authorAnthony Young <sleepsonthefloor@gmail.com>2010-12-29 16:11:02 -0800
committerAnthony Young <sleepsonthefloor@gmail.com>2010-12-29 16:11:02 -0800
commit13dfb66624ca082bd5e83969213c657d2d2d1dff (patch)
tree400e111277af402360b2383265044c64721a73a5 /nova/flags.py
parenteb0ba37ff97230494cbc4397838cbeab7cf01e7f (diff)
downloadnova-13dfb66624ca082bd5e83969213c657d2d2d1dff.tar.gz
nova-13dfb66624ca082bd5e83969213c657d2d2d1dff.tar.xz
nova-13dfb66624ca082bd5e83969213c657d2d2d1dff.zip
pep8 fix, and add in flags that don't refernece my laptop
Diffstat (limited to 'nova/flags.py')
-rw-r--r--nova/flags.py8
1 files changed, 4 insertions, 4 deletions
diff --git a/nova/flags.py b/nova/flags.py
index 406f159e6..6f2747fc9 100644
--- a/nova/flags.py
+++ b/nova/flags.py
@@ -223,11 +223,11 @@ DEFINE_string('network_topic', 'network', 'the topic network nodes listen on')
DEFINE_string('ajax_console_proxy_topic', 'ajax_proxy',
'the topic ajax proxy nodes listen on')
DEFINE_string('ajax_console_proxy_url',
- 'http://tonbuntu:8000',
- 'location of ajax console proxy, in the form "http://tonbuntu:8000"')
+ 'http://127.0.0.1:8000',
+ 'location of ajax console proxy, \
+ in the form "http://127.0.0.1:8000"')
DEFINE_string('ajax_console_proxy_port',
- 8000,
- 'port that ajax_console_proxy binds')
+ 8000, 'port that ajax_console_proxy binds')
DEFINE_bool('verbose', False, 'show debug output')
DEFINE_boolean('fake_rabbit', False, 'use a fake rabbit')
DEFINE_bool('fake_network', False,