summaryrefslogtreecommitdiffstats
path: root/nova
diff options
context:
space:
mode:
authorSoren Hansen <soren@linux2go.dk>2011-01-18 23:58:58 +0000
committerTarmac <>2011-01-18 23:58:58 +0000
commit3b874805e2f7de43fd143f2b414e40ceef70e0c4 (patch)
tree30ddc79cbcce8fbbca2688f62af05b9d93f61995 /nova
parentb9c96efe7eb7eee62fbc0f2e1568679506468ca9 (diff)
parent87cca15270e29666cf46adb5ea72e103c284d525 (diff)
downloadnova-3b874805e2f7de43fd143f2b414e40ceef70e0c4.tar.gz
nova-3b874805e2f7de43fd143f2b414e40ceef70e0c4.tar.xz
nova-3b874805e2f7de43fd143f2b414e40ceef70e0c4.zip
Enable the use_ipv6 flag in unit tests by default.
Diffstat (limited to 'nova')
-rw-r--r--nova/tests/fake_flags.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/nova/tests/fake_flags.py b/nova/tests/fake_flags.py
index 7376a11dd..1097488ec 100644
--- a/nova/tests/fake_flags.py
+++ b/nova/tests/fake_flags.py
@@ -40,3 +40,4 @@ FLAGS.blades_per_shelf = 4
FLAGS.iscsi_num_targets = 8
FLAGS.verbose = True
FLAGS.sql_connection = 'sqlite:///nova.sqlite'
+FLAGS.use_ipv6 = True