From 3a6a8ec98e56816c4671648d11716d71adc366b0 Mon Sep 17 00:00:00 2001 From: Jay Faulkner Date: Thu, 17 Mar 2016 17:31:32 -0700 Subject: [PATCH] Install apparmor b/c Docker.io has undeclared dep Docker has an undeclared dependency on apparmor for Ubuntu Trusty, preventing the daemon from running and causing any -src jobs for IPA to fail when using docker to build the package. This should unbreak the IPA gate. Change-Id: I98540286000d0cb1fe7649db5278c0a959ba8ad1 Closes-bug: 1558680 --- devstack/files/debs/ironic | 2 ++ 1 file changed, 2 insertions(+) diff --git a/devstack/files/debs/ironic b/devstack/files/debs/ironic index 5a4ca76690..1df2b40ea6 100644 --- a/devstack/files/debs/ironic +++ b/devstack/files/debs/ironic @@ -1,3 +1,5 @@ +# apparmor is an undeclared dependency for docker on ubuntu: https://github.com/docker/docker/issues/9745 +apparmor docker.io ipmitool iptables