[openstack-nova] Require ipmitool for baremetal driver

Xavier Queralt Mateu xqueralt at fedoraproject.org
Fri Nov 29 07:58:07 UTC 2013


commit 71b2c96a842d2bdc077b9360abad92cd64d2b18a
Author: Xavier Queralt <xqueralt at redhat.com>
Date:   Tue Nov 19 00:23:29 2013 +0100

    Require ipmitool for baremetal driver
    
    Resolves: rhbz#1022243

 openstack-nova.spec |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/openstack-nova.spec b/openstack-nova.spec
index 7f641c1..07b0726 100644
--- a/openstack-nova.spec
+++ b/openstack-nova.spec
@@ -106,6 +106,7 @@ Requires:         openstack-nova-common = %{version}-%{release}
 Requires:         curl
 Requires:         iscsi-initiator-utils
 Requires:         iptables iptables-ipv6
+Requires:         ipmitool
 Requires:         vconfig
 Requires:         python-libguestfs
 Requires:         libvirt >= 0.9.6
@@ -905,6 +906,7 @@ fi
 %changelog
 * Tue Nov 18 2013 Xavier Queralt <xqueralt at redhat.com> - 2013.2-3
 - Remove cert and scheduler hard dependency on cinderclient - rhbz#1031679
+- Require ipmitool for baremetal driver - rhbz#1022243
 
 * Wed Oct 23 2013 Xavier Queralt <xqueralt at redhat.com> - 2013.2-2
 - Depend on python-oslo-config >= 1:1.2.0 so it gets upgraded automatically - rhbz#1014835


More information about the scm-commits mailing list