Expose ports needed by the nova-controller

The nova-controller will be using ports 8773, 8774,
and 8775. Therefore, Docker needs to be made aware of this.

Change-Id: Ia53dd50bdce4b328c246bad5399ab7ff44750d58
This commit is contained in:
Ryan Hallisey 2014-10-14 14:30:46 +00:00
parent 4ab92d26e6
commit 41661b3d5c

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"]