Fix grafana container

Add miss chmod 755 /usr/local/bin/kolla_extend_start in grafana

Change-Id: I536bf73f8586a7159f9018dc581c4f0dc0d5b807
Closes-Bug: #1655588
This commit is contained in:
zhubingbing 2017-01-11 09:43:35 +00:00
parent 096ebf7465
commit 7461c9d74f
1 changed files with 1 additions and 0 deletions

View File

@ -16,6 +16,7 @@ COPY extend_start.sh /usr/local/bin/kolla_extend_start
RUN grafana-cli plugins install sileht-gnocchi-datasource \
&& chmod 750 /etc/sudoers.d \
&& chmod 440 /etc/sudoers.d/kolla_grafana_sudoers \
&& chmod 755 /usr/local/bin/kolla_extend_start \
&& usermod -a -G kolla grafana
{% block grafana_footer %}{% endblock %}