diff options
| author | Devin Carlen <devin.carlen@gmail.com> | 2010-07-28 00:32:17 +0000 |
|---|---|---|
| committer | Devin Carlen <devin.carlen@gmail.com> | 2010-07-28 00:32:17 +0000 |
| commit | 96a643709211df2196f5cbc0a193a0d0ec4e0f06 (patch) | |
| tree | 35eddf221f9364af4b7e10f7bf4e023123ea9c34 /nova/flags.py | |
| parent | 40dfe6316fae4b14f9fa694653341349a86d55ab (diff) | |
| parent | 4041902703576d955b2d4b9fd78b6961c0c03377 (diff) | |
| download | nova-96a643709211df2196f5cbc0a193a0d0ec4e0f06.tar.gz nova-96a643709211df2196f5cbc0a193a0d0ec4e0f06.tar.xz nova-96a643709211df2196f5cbc0a193a0d0ec4e0f06.zip | |
Merged trunk
Diffstat (limited to 'nova/flags.py')
| -rw-r--r-- | nova/flags.py | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/nova/flags.py b/nova/flags.py index 3ad6a3ad5..ec1390fdd 100644 --- a/nova/flags.py +++ b/nova/flags.py @@ -40,7 +40,9 @@ 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('storage_topic', 'storage', 'the topic storage 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_bool('fake_libvirt', False, 'whether to use a fake libvirt or not') DEFINE_bool('verbose', False, 'show debug output') |
