Update the version of LXC for centos7

This updates the version of LXC to the latest stable (2.0.1).
This is being done because issues exist when running LXC 1.x
within SystemD and how capabilities are handled. To resolve the
capability issues as seen here: [0] the version of LXC has been
updated. This change also pulls Centos 7 in line with the release
series of LXC found on Ubuntu 16.04.

This change will unblock the os_keystone PR [1].

[0] - http://logs.openstack.org/16/320216/10/experimental/gate-openstack-ansible-os_keystone-ansible-func-centos-7-nv/514118f/console.html#_2016-06-01_20_59_54_386
[1] - https://review.openstack.org/#/c/320216

Change-Id: I333fb1887339e8dc9ebf10ff137dda3cff629dc0
Signed-off-by: Kevin Carter <kevin.carter@rackspace.com>
This commit is contained in:
Kevin Carter 2016-06-03 00:39:07 -05:00
parent c1fe6c0251
commit 1df6b5d940
No known key found for this signature in database
GPG Key ID: 69FEFFC5E2D9273F

View File

@ -13,7 +13,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
lxc_download_url: "https://linuxcontainers.org/downloads/lxc/lxc-1.0.8.tar.gz"
lxc_download_url: "https://linuxcontainers.org/downloads/lxc/lxc-2.0.1.tar.gz"
# Required rpm packages.
lxc_packages:
@ -25,6 +25,7 @@ lxc_packages:
- docbook2X
- dnsmasq
- git
- graphviz
- libseccomp
- libseccomp-devel
- libcap-devel