aboutsummaryrefslogtreecommitdiffstats
path: root/os_net_config/tests/test_impl_ifcfg.py
AgeCommit message (Expand)AuthorFilesLines
2015-09-23ifcfg: Add support for dns_serversDan Prince1-0/+28
2015-08-17Support multiple addresses assignment with ifcfgTomoki Sekiyama1-1/+27
2015-08-17os-net-config: ensure ifup is called just onceDan Prince1-0/+9
2015-07-01Add support for dhclient_argsDan Prince1-0/+13
2015-06-09Automate selection of active bond slaveDan Sneddon1-1/+14
2015-06-09Set primary interface on OVS bondsDan Sneddon1-0/+16
2015-06-04Merge "Don't set OVSDHCPINTERFACES if bridge is static"Jenkins1-0/+23
2015-06-03Don't set OVSDHCPINTERFACES if bridge is staticDan Prince1-0/+23
2015-06-03ifcfg: don't set VLAN=yes if is an ovs_portDan Prince1-2/+9
2015-05-14Add NM_CONTROLLED=no to each interface configurationDan Sneddon1-0/+7
2015-05-11Add flag for DEFROUTE=no in ifcfg files to ignore DHCP gatewayDan Sneddon1-0/+21
2015-03-19Mark ENI files as autogeneratedDan Prince1-5/+10
2015-03-05Add a --no-activate option to disable device up/down actionsSteven Hardy1-2/+11
2015-02-24Remove deprecated references to oslo-incubatorSteven Hardy1-1/+2
2015-02-24Add a persist_mapping option to the mapping fileSteven Hardy1-0/+19
2014-08-25ifcfg: restart child interfaces on updatesDan Prince1-5/+55
2014-08-22Fix a few pep8 issues...Dan Prince1-2/+0
2014-08-22Add support for ovs_extra.Dan Prince1-0/+24
2014-08-15ifcfg: Exclude ifcfg-lo from cleanupDan Prince1-1/+13
2014-08-14Add --cleanup, and impl for ifcfgDan Prince1-0/+12
2014-08-14Use underscores for provider function names.Dan Prince1-20/+20
2014-08-12Set the MAC to the primary interfaceDan Prince1-0/+17
2014-07-09Don't write 'None' to ifcfg route files.Dan Prince1-2/+6
2014-07-07Add copyrights to files.Dan Prince1-0/+2
2014-07-02ifcfg: don't call set Interface for vlans...Dan Prince1-2/+0
2014-06-26Add OvsBond object and impl for ifcfg format.Dan Prince1-1/+31
2014-06-26Consolidate OVS_EXTRA for the vlan test.Dan Prince1-3/+4
2014-06-25Vlan object and support for ifcfg.Dan Prince1-3/+51
2014-06-11Add OvsBridge configuration supportDan Prince1-20/+77
2014-06-10Implement apply for ifcfg implementationDan Prince1-18/+63
2014-06-09Initial ifcfg implementation for interfaces/routesDan Prince1-0/+82