aboutsummaryrefslogtreecommitdiffstats
path: root/os_net_config/impl_eni.py
AgeCommit message (Expand)AuthorFilesLines
2017-05-30Continue bringing up interfaces even if one failsBen Nemec1-0/+8
2017-01-05Make os-net-config pass tox py3 testsFrank A. Zdarsky1-2/+2
2016-11-18Add support for enabling hotplug on interfacesBrent Eagles1-1/+4
2016-11-15Merge "Raise NotImplementedError instead of NotImplemented"Jenkins1-1/+1
2016-10-19Add route_options parameterMatthew Flusche1-4/+7
2016-09-02Raise NotImplementedError instead of NotImplementedJi-Wei1-1/+1
2016-02-15Allow setting MTU to 1500Ian Pilcher1-1/+1
2015-08-17Support multiple addresses assignment with eniTomoki Sekiyama1-4/+9
2015-08-02Allow to specify the root directory of the filesystemFrederic Lepied1-8/+8
2015-03-05Add a --no-activate option to disable device up/down actionsSteven Hardy1-9/+16
2015-02-24Refactor ifup/ifdown into base-classSteven Hardy1-10/+4
2015-02-24Refactor noop to enable logging of disabled operationsSteven Hardy1-16/+13
2015-02-24Remove deprecated references to oslo-incubatorSteven Hardy1-1/+1
2015-02-24Move noop flag to provider base-classSteven Hardy1-4/+5
2015-02-24Add a persist_mapping option to the mapping fileSteven Hardy1-0/+3
2014-12-16Merge "If setting a default route, use default netmask"Jenkins1-2/+5
2014-12-12Correct the ENI provider name log statementDan Prince1-1/+1
2014-11-24If setting a default route, use default netmaskJames Polley1-2/+5
2014-08-22Fix a few pep8 issues...Dan Prince1-2/+2
2014-08-22Add support for ovs_extra.Dan Prince1-3/+8
2014-08-21A vlan on an OVS bridge doesn't require a deviceDan Prince1-2/+3
2014-08-21Correct the noop format for the eni providerDan Prince1-1/+1
2014-08-14Docstring updates to NetConfig objects.Dan Prince1-0/+12
2014-08-14Add --cleanup, and impl for ifcfgDan Prince1-1/+1
2014-08-14Use underscores for provider function names.Dan Prince1-13/+13
2014-08-12Set the MAC to the primary interfaceDan Prince1-0/+5
2014-08-11Use --noop instead of --mock.Dan Prince1-3/+10
2014-08-11Adds mock ability to the ENI and Ifcfg providersmarios1-1/+3
2014-07-08Add logging to the eni provider.Dan Prince1-3/+21
2014-07-07Add copyrights to files.Dan Prince1-1/+2
2014-07-03ENI: bring up bridges first on DebianDan Prince1-4/+8
2014-07-02ENI: enable 'auto' on bridges by defaultDan Prince1-0/+1
2014-07-02Update impl_eni to set the MTU.Dan Prince1-0/+2
2014-07-02Add vlan support for the ENI implementation.Dan Prince1-5/+32
2014-07-02Update impl_eni so it ifup's the interfacesDan Prince1-2/+6
2014-07-02ENI fixes for v4/v6 ips. DHCP test fixes.Dan Prince1-20/+29
2014-06-25Vlan object and support for ifcfg.Dan Prince1-2/+3
2014-06-24Initial commit for basic ENI Debian/Ubuntu network configmarios1-0/+132