Code review comment for lp:~tr3buchet/nova/multi_nic

Revision history for this message
Koji Iida (iida-koji) wrote :

Just one typo...

=== modified file 'nova/network/manager.py'
--- nova/network/manager.py 2011-06-24 23:29:01 +0000
+++ nova/network/manager.py 2011-06-27 09:15:39 +0000
@@ -103,7 +103,7 @@
                   'Whether to update dhcp when fixed_ip is disassociated')
 flags.DEFINE_integer('fixed_ip_disassociate_timeout', 600,
                      'Seconds after which a deallocated ip is disassociated')
-flags.DEFINE_integer('create_unique_mac_address_atempts', 5,
+flags.DEFINE_integer('create_unique_mac_address_attempts', 5,
                      'Number of attempts to create unique mac address')

 flags.DEFINE_bool('use_ipv6', False,

« Back to merge proposal