summaryrefslogtreecommitdiff
path: root/cloudinit/net/eni.py
AgeCommit message (Collapse)Author
2016-05-19Adjust net module to be more isolatedJoshua Harlow
This allows it to be used outside of cloudinit more easily in the future.
2016-05-17Don't expose anything but 'render_network_state'Joshua Harlow
This should be the visible api of a network renderer as anything more granular varies between the different render types and will not apply to those renderers.
2016-05-10Move net/renderers -> netJoshua Harlow