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

Merge "fix keystone dockerfile"

parents 3cfef070 5b165e89
No related branches found
No related tags found
No related merge requests found
FROM fedora-rdo-base FROM kollaglue/fedora-rdo-base
MAINTAINER jlabocki@redhat.com MAINTAINER Lars Kellogg-Stedman <lars@redhat.com>
#Install required packages #Install required packages
RUN yum install -y openstack-keystone \ RUN yum install -y openstack-keystone \
...@@ -9,4 +9,6 @@ RUN yum install -y openstack-keystone \ ...@@ -9,4 +9,6 @@ RUN yum install -y openstack-keystone \
ADD ./start.sh /start.sh ADD ./start.sh /start.sh
EXPOSE 5000 35357
CMD ["/start.sh"] CMD ["/start.sh"]
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