Skip to content
Snippets Groups Projects
Commit f06561b1 authored by Jeffrey Zhang's avatar Jeffrey Zhang
Browse files

install the openstack-designate-api in the base stage

https://review.openstack.org/#/c/276676/ remove this line and break
the gate

TrivialFix

Change-Id: I0332caeffc6571801fba339108745f302487b33e
parent cb322ec5
No related branches found
No related tags found
No related merge requests found
...@@ -9,6 +9,7 @@ MAINTAINER {{ maintainer }} ...@@ -9,6 +9,7 @@ MAINTAINER {{ maintainer }}
# need the complete policy file because of some of the containers' # need the complete policy file because of some of the containers'
# requiring it. Remove the package when the file is moved though. # requiring it. Remove the package when the file is moved though.
RUN yum install -y \ RUN yum install -y \
openstack-designate-api \
openstack-designate-common \ openstack-designate-common \
python-tooz \ python-tooz \
&& yum clean all \ && yum clean all \
......
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