diff options
| author | Vishvananda Ishaya <vishvananda@gmail.com> | 2011-07-27 01:01:43 +0000 |
|---|---|---|
| committer | Vishvananda Ishaya <vishvananda@gmail.com> | 2011-07-27 01:01:43 +0000 |
| commit | fc87e8acff4ef3b0e048f66c2cddfb6880f1fd60 (patch) | |
| tree | d9b4428b3744350e8deb475d7ff2747e1119e736 /nova/virt | |
| parent | cb631be09c36d29ddb6e89a647c5161bc43c4aa7 (diff) | |
fix the first round of missing data
Diffstat (limited to 'nova/virt')
| -rw-r--r-- | nova/virt/libvirt/netutils.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/nova/virt/libvirt/netutils.py b/nova/virt/libvirt/netutils.py index 041eacb2d..019f4ce2b 100644 --- a/nova/virt/libvirt/netutils.py +++ b/nova/virt/libvirt/netutils.py @@ -89,6 +89,7 @@ def get_network_info(instance): 'label': network['label'], 'gateway': network['gateway'], 'broadcast': network['broadcast'], + 'dhcp_server': network['gateway'], 'mac': vif['address'], 'rxtx_cap': flavor['rxtx_cap'], 'dns': [], |
