summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorEwan Mellor <ewan.mellor@citrix.com>2010-07-29 00:07:43 +0000
committerTarmac <>2010-07-29 00:07:43 +0000
commite45b95aa993e577323893406b97e4de55d1ad330 (patch)
treec283214a46ec381ebfdfe4b5423cb737bd2df106 /bin
parent4e5737815bd62e0d78add8932ceb220b1ac3787d (diff)
parent04a6a0267e7dc0f4e587e43f23b4acf0dcef52fc (diff)
downloadnova-e45b95aa993e577323893406b97e4de55d1ad330.tar.gz
nova-e45b95aa993e577323893406b97e4de55d1ad330.tar.xz
nova-e45b95aa993e577323893406b97e4de55d1ad330.zip
Adds initial support for XenAPI (not yet finished)
Diffstat (limited to 'bin')
-rwxr-xr-xbin/nova-dhcpbridge2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/nova-dhcpbridge b/bin/nova-dhcpbridge
index c519c6ccb..0db241b5e 100755
--- a/bin/nova-dhcpbridge
+++ b/bin/nova-dhcpbridge
@@ -76,7 +76,7 @@ def main():
FLAGS.fake_rabbit = True
FLAGS.redis_db = 8
FLAGS.network_size = 32
- FLAGS.fake_libvirt=True
+ FLAGS.connection_type = 'fake'
FLAGS.fake_network=True
FLAGS.auth_driver='nova.auth.ldapdriver.FakeLdapDriver'
action = argv[1]