summaryrefslogtreecommitdiffstats
path: root/nova/flags.py
diff options
context:
space:
mode:
authorChris Behrens <cbehrens@codestud.com>2010-08-05 16:11:59 -0500
committerChris Behrens <cbehrens@codestud.com>2010-08-05 16:11:59 -0500
commitf42be0875d06a5d3ec0d5304d2f01a41b1f6a477 (patch)
tree45bc0dac48e7f61e33d066f68f53542ed07a1baf /nova/flags.py
parentbf0ea2deaf24419d85cae684e0700241e4c03f8c (diff)
downloadnova-f42be0875d06a5d3ec0d5304d2f01a41b1f6a477.tar.gz
nova-f42be0875d06a5d3ec0d5304d2f01a41b1f6a477.tar.xz
nova-f42be0875d06a5d3ec0d5304d2f01a41b1f6a477.zip
almost there on random scheduler. not pushing to correct compute node topic, yet, apparently...
Diffstat (limited to 'nova/flags.py')
-rw-r--r--nova/flags.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/nova/flags.py b/nova/flags.py
index f35f5fa10..7f92e3f70 100644
--- a/nova/flags.py
+++ b/nova/flags.py
@@ -41,6 +41,7 @@ DEFINE_integer('s3_port', 3333, 's3 port')
DEFINE_string('s3_host', '127.0.0.1', 's3 host')
#DEFINE_string('cloud_topic', 'cloud', 'the topic clouds listen on')
DEFINE_string('compute_topic', 'compute', 'the topic compute nodes listen on')
+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')