summaryrefslogtreecommitdiff
path: root/cloudinit/net/eni.py
AgeCommit message (Expand)Author
2017-06-08net: normalize data in network_state objectScott Moser
2017-05-31Fix eni rendering for bridge params that require repeated key for values.Ryan Harper
2017-05-31net: remove systemd link file writing from eni rendererRyan Harper
2017-03-20cloudinit.net: add network config v2 parsing and renderingRyan Harper
2017-03-20net: Fix incorrect call to isfileJoshua Powers
2017-03-17net: add renderers for automatically selecting the renderer.Scott Moser
2017-03-17render_network_state: switch arguments around, do not require targetScott Moser
2017-03-17support 'loopback' as a device type.Scott Moser
2017-01-25Fix eni rendering of multiple IPs per interfaceRyan Harper
2016-12-22LICENSE: Allow dual licensing GPL-3 or Apache 2.0Jon Grimm
2016-08-23Generate a dummy bond name for OpenStackScott Moser
2016-07-13merge from trunkScott Moser
2016-07-13merge from trunkScott Moser
2016-07-13merge from trunk.lp1602373Scott Moser
2016-07-13ConfigDrive: write 'injected' files and legacy networkingScott Moser
2016-07-13String format requires positions on python 2.6Joshua Harlow
2016-06-21no longer skip 'lo' elements when reading. pass 3rd test.Scott Moser
2016-06-21fix flake8Scott Moser
2016-06-21make 2 of 3 tests passScott Moser
2016-06-21net: fix inet value for subnets, don't add interface attributes to aliasScott Moser
2016-06-21fix english in commentScott Moser
2016-06-21merge with trunkScott Moser
2016-06-21fix lost per-interface routes, use post-up to bring up interface aliasesScott Moser
2016-06-21sort attributes in sections, change 'mac_address' to 'hwaddress'Scott Moser
2016-06-21minor cleanupScott Moser
2016-06-21make _render_iface return a list of sections rather than one sectionScott Moser
2016-06-20merge with trunk.Scott Moser
2016-06-20add a header to rendered ENI file describing its contentScott Moser
2016-06-15merge with trunkScott Moser
2016-06-15Fix line length issuesJoshua Harlow
2016-06-15Fixup code review commentsJoshua Harlow
2016-06-14fix pep8 failure introduced in recent commit.Scott Moser
2016-06-13Refactor some of sysconfig changes -> network_state moduleJoshua Harlow
2016-06-06Rebase against masterJoshua Harlow
2016-05-24Fix up some of the net usage and restore imports and add a mini compat moduleJoshua Harlow
2016-05-19Fix up tests and flake8 warningsJoshua Harlow
2016-05-19Adjust net module to be more isolatedJoshua Harlow
2016-05-17Don't expose anything but 'render_network_state'Joshua Harlow
2016-05-10Move net/renderers -> netJoshua Harlow