You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Prepare the glance base image to run with httpd+mod_wsgi
In preparation to run Glance with httpd+mod_wsgi, this patch updates the
base container image to create in advance /var/www/cgi-bin/glance (which
will be used as DocumentRoot), and copies the wsgi script executed by
httpd through mod_wsgi to the target directory.
This change aligns glance-api with Cinder and Manila base images that
already provide the same mechanism.
Related: https://issues.redhat.com/browse/OSPRH-14662
Signed-off-by: Francesco Pantano <[email protected]>
0 commit comments