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:
parent
4ab92d26e6
commit
41661b3d5c
@ -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"]
|
||||
|
Loading…
x
Reference in New Issue
Block a user