Merge "Expose ports needed by the nova-controller"

This commit is contained in:
Jenkins 2014-10-14 22:17:29 +00:00 committed by Gerrit Code Review
commit 63888e7385

View File

@ -4,5 +4,7 @@ MAINTAINER Ryan Hallisey <rhallise@redhat.com>
RUN yum -y install \
openstack-nova-api && yum clean all
EXPOSE 8773 8774 8775
ADD ./start.sh /start.sh
CMD ["/start.sh"]