Add the systemd-networkd to centos 7 installations

This adds the systemd-networkd package to the base image for centos 7.
This is being done so we're able to use unify container networking using
systemd built-ins instead of having to manage unique network scripts
across distros.

Change-Id: Ia1f8f3589d70c50813f85d0b1fe037225971bf6c
Signed-off-by: Kevin Carter <kevin.carter@rackspace.com>
This commit is contained in:
Kevin Carter 2017-11-28 02:51:29 -06:00
parent 925e42afe7
commit 6c95371210
No known key found for this signature in database
GPG Key ID: 9443251A787B9FB3

View File

@ -88,6 +88,7 @@ _lxc_cache_distro_packages:
- python2 - python2
- rsync - rsync
- sudo - sudo
- systemd-networkd
- tar - tar
- wget - wget
- which - which