Skip to content
Snippets Groups Projects
Commit 331e2f3b authored by Jenkins's avatar Jenkins Committed by Gerrit Code Review
Browse files

Merge "Ironic binary shouldnt use upper-constraints"

parents ef862427 1be8b67f
No related branches found
No related tags found
No related merge requests found
......@@ -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 \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment