Merge "Remove config-internal from galera"

This commit is contained in:
Jenkins 2015-08-10 12:43:45 +00:00 committed by Gerrit Code Review
commit 9211c5e26d

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