createvm: Drop explicit warning about no net + URL install
This case should be exceedingly rare, and we already show a visual warning about 'no network'. So let's drop this Signed-off-by: Cole Robinson <crobinso@redhat.com>
This commit is contained in:
parent
aab71cc4d0
commit
463c42773c
|
@ -1737,14 +1737,6 @@ class vmmCreateVM(vmmGObjectUI):
|
|||
if not self._validate_storage_page():
|
||||
return False
|
||||
|
||||
nettype = self._netlist.get_network_selection()[0]
|
||||
if nettype is None:
|
||||
# No network device available
|
||||
instmethod = self._get_config_install_page()
|
||||
if instmethod == INSTALL_PAGE_URL:
|
||||
msg = _("Network device required for URL install.")
|
||||
return self.err.val_err(msg)
|
||||
|
||||
macaddr = virtinst.DeviceInterface.generate_mac(
|
||||
self.conn.get_backend())
|
||||
|
||||
|
|
Loading…
Reference in New Issue