Merge "Ironic binary shouldnt use upper-constraints"

This commit is contained in:
Jenkins 2015-10-21 13:32:39 +00:00 committed by Gerrit Code Review
commit 331e2f3bef

View File

@ -4,7 +4,7 @@ MAINTAINER Kolla Project (https://launchpad.net/kolla)
{% if install_type == 'binary' %}
{% if base_distro in ['centos', 'fedora', 'oraclelinux', 'rhel'] %}
RUN pip install -c requirements/upper-constraints.txt ironic-discoverd
RUN pip install ironic-discoverd
# discoverd no longer in delorean 9/28/2015, switch to inspector on TODO
#RUN yum -y install \
# openstack-ironic-discoverd \