commit | 79599cf4082105a6cdb6863ff550ff99a6bd0405 | [log] [tgz] |
---|---|---|
author | Tong Liu <tongl@vmware.com> | Tue Feb 10 00:34:57 2015 +0000 |
committer | Tong Liu <tongl@vmware.com> | Wed Feb 11 19:06:13 2015 +0000 |
tree | 546eabc07b270fbb500b4352480b4c792975b0be | |
parent | acd4ffe7c55be17111713ebc515a868d324ecd52 [diff] |
DHCP should be disabled on external subnet External network should have dhcp option disabled. But the test use base create_subnet option which have dhcp enabled by default. We should pass enable_dhcp=False keyword argument explicitly to create_subnet for external networks. Change-Id: Ife13f8b0a890184d26bb941faec84dcc496c90b4 Closes-bug: #1420048