Ironic binary shouldnt use upper-constraints

TrivialFix
Related-Id: I9fbfa7ca442063db52c8b14586176ab994d2cf46
Change-Id: Ic1a7f311a323a3fed296ef2b76cd2dbde96053e2
This commit is contained in:
Sam Yaple 2015-10-21 08:54:31 +00:00
parent 194bb93ff2
commit 1be8b67f56

View File

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