We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a9fd561 + 0d2429a commit 9782b68Copy full SHA for 9782b68
docker/aodh/aodh-base/Dockerfile.j2
@@ -28,6 +28,8 @@ RUN ln -s aodh-base-source/* aodh \
28
&& {{ macros.install_pip(aodh_base_pip_packages | customizable("pip_packages")) }} \
29
&& mkdir -p /etc/aodh /var/www/cgi-bin/aodh \
30
&& cp /aodh/aodh/api/app.wsgi /var/www/cgi-bin/aodh \
31
+ && cp /aodh/aodh/api/api-paste.ini /etc/aodh/ \
32
+ && chmod 644 /etc/aodh/api-paste.ini \
33
&& chmod 750 /etc/sudoers.d \
34
&& chmod 640 /etc/sudoers.d/kolla_aodh_sudoers \
35
&& chmod 755 /var/www/cgi-bin/aodh \
0 commit comments