Displaying 2 results from an estimated 2 matches for "dev_conf_status".
2011 Aug 11
0
[PATCH] map nics-> bridges correctly in network pages, when cancelling nic configuration return to network page
.../network-scripts/ifcfg-%s/BOOTPROTO" % str(dev_bridge)
dev_bootproto = augtool_get(cmd)
if dev_bootproto is None:
dev_bootproto = "Disabled"
@@ -810,20 +812,17 @@ class NodeConfigScreen():
dev_conf_status = "Configured "
if dev_conf_status == "Configured ":
self.configured_nics = self.configured_nics + 1
- if dev_type is None:
- type_cmd = "/files/etc/sysconfig/network-scripts/ifcfg-br%s/TYPE&q...
2011 Aug 10
0
[PATCH] remove network page loop when selecting other pages
...self.__current_page = NETWORK_PAGE
- elif is_managed(OVIRT_VARS["OVIRT_BOOTPARAMS"]):
+ elif is_managed():
dev_interface,dev_bootproto,dev_vendor,dev_address,dev_driver,dev_conf_status = self.nic_dict[self.nic_lb.current()].split(",", 5)
if self.configured_nics >= 1 and dev_conf_status != "Configured" :
ButtonChoiceWindow(self.screen, "Network", "Hypervisor is already manag...