From e776ec5b0246c21dc3ebbf4e7004e0b9f22ec7e9 Mon Sep 17 00:00:00 2001 From: Jim Rollenhagen Date: Mon, 21 Mar 2016 07:37:55 -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. This is not a direct cherry-pick, as ironic in Mitaka uses a devstack plugin, while ironic in Liberty uses devstack directly. This is, however, a direct port from ironic's master branch. The commit there is 3a6a8ec98e56816c4671648d11716d71adc366b0. Change-Id: I4c19c96d2d5cd8accb9ed8df6241fc9f0c229e0e Co-Authored-By: Jay Faulkner --- files/debs/ironic | 2 ++ 1 file changed, 2 insertions(+) diff --git a/files/debs/ironic b/files/debs/ironic index 0a906dbffc..0d855a249f 100644 --- a/files/debs/ironic +++ b/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