diff options
| author | Trey Morris <trey.morris@rackspace.com> | 2011-07-27 23:19:11 +0000 |
|---|---|---|
| committer | Tarmac <> | 2011-07-27 23:19:11 +0000 |
| commit | 26fd6c3f309a2febd7538684a470d462ab83dab3 (patch) | |
| tree | 822856144c2bc2ab95bd305f83cf5809f5f3b628 /nova/tests | |
| parent | 0fc7f1220139318cfb9cd181324cce653cc27f58 (diff) | |
| parent | 7f5437a435cb7d98c65749488b9a45bfb8bd6fec (diff) | |
updates handling of arguments in nova-manage network create.
updates a few of the arguments to nova-manage and related help.
updates nova-manage to raise proper exceptions.
updates network manager create_networks to handle ipv6 more correctly and efficiently.
flat_network_bridge FLAG now defaults to None.
Diffstat (limited to 'nova/tests')
| -rw-r--r-- | nova/tests/fake_flags.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/nova/tests/fake_flags.py b/nova/tests/fake_flags.py index 2297d2f0e..073216495 100644 --- a/nova/tests/fake_flags.py +++ b/nova/tests/fake_flags.py @@ -42,3 +42,4 @@ FLAGS['iscsi_num_targets'].SetDefault(8) FLAGS['verbose'].SetDefault(True) FLAGS['sqlite_db'].SetDefault("tests.sqlite") FLAGS['use_ipv6'].SetDefault(True) +FLAGS['flat_network_bridge'].SetDefault('br100') |
