diff options
| author | Vishvananda Ishaya <vishvananda@yahoo.com> | 2010-08-24 18:56:07 -0700 |
|---|---|---|
| committer | Vishvananda Ishaya <vishvananda@yahoo.com> | 2010-08-24 18:56:07 -0700 |
| commit | 3760ea4635174c26baeb5ba906621ff1abb2459f (patch) | |
| tree | 510e9f421583cbc296f7765c4604cd2f0f8f41d7 | |
| parent | 393eef48ce792206a3e2a678933aa120b535309e (diff) | |
| download | nova-3760ea4635174c26baeb5ba906621ff1abb2459f.tar.gz nova-3760ea4635174c26baeb5ba906621ff1abb2459f.tar.xz nova-3760ea4635174c26baeb5ba906621ff1abb2459f.zip | |
use vlan for network type since it works
| -rw-r--r-- | nova/network/service.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nova/network/service.py b/nova/network/service.py index baaaff521..5590cce99 100644 --- a/nova/network/service.py +++ b/nova/network/service.py @@ -31,7 +31,7 @@ from nova.network import linux_net FLAGS = flags.FLAGS flags.DEFINE_string('network_type', - 'flat', + 'vlan', 'Service Class for Networking') flags.DEFINE_string('flat_network_bridge', 'br100', 'Bridge for simple network instances') |
