Remove config-internal from galera

Change-Id: Idabc4c59681dde5c6512e7af74c6bb03cf51edaf
Partially-Implements: blueprint remove-config-internal
This commit is contained in:
Steven Dake 2015-08-09 12:48:31 -07:00
parent 54bc713b11
commit 707a34f7a3

View File

@ -22,7 +22,7 @@ RUN echo "[mariadb]" > /etc/yum.repos.d/MariaDB.repo && \
expect
COPY config-galera.sh /opt/kolla/config/
COPY config-internal.sh config-external.sh /opt/kolla/
COPY config-external.sh /opt/kolla/
COPY start.sh /
CMD ["/start.sh"]