Fix aodh-base image

Aodh removed etc/aodh folder in [1]
This folder only had oslo-config-generator file [2]

Is safe to remove this file copy since it was already useless
since we do not generate files from oslo.

[1] https://review.openstack.org/#/c/459603/
[2] https://github.com/openstack/aodh/blob/stable/ocata/etc/aodh/aodh-config-generator.conf

Change-Id: I2b92cafdcd41be4d778113072e0aedd6e93a8bc1
This commit is contained in:
Eduardo Gonzalez 2017-05-22 10:00:17 +01:00
parent 5e07d045a5
commit cf328ff562

View File

@ -75,7 +75,6 @@ ADD aodh-base-archive /aodh-base-source
RUN ln -s aodh-base-source/* aodh \
&& {{ macros.install_pip(aodh_base_pip_packages | customizable("pip_packages")) }} \
&& mkdir -p /etc/aodh /var/www/cgi-bin/aodh \
&& cp -r /aodh/etc/aodh/* /etc/aodh/ \
&& cp /aodh/aodh/api/app.wsgi /var/www/cgi-bin/aodh \
&& chown -R aodh: /etc/aodh /var/www/cgi-bin/aodh