Skip to content

Commit 7da707f

Browse files
mnasiadkaAlex-Welsh
authored andcommitted
cinder: Remove wsgi script handling
Cinder removed it in I28666e63896fed0f1661b5964ec46952074f4b23 Change-Id: I69ec97fe8480d27942cc923c170ec3cd669caf06 Signed-off-by: Michal Nasiadka <[email protected]>
1 parent 5cffc13 commit 7da707f

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

docker/cinder/cinder-api/Dockerfile.j2

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,7 @@ LABEL maintainer="{{ maintainer }}" name="{{ image_name }}" build-date="{{ build
1414

1515
COPY extend_start.sh /usr/local/bin/kolla_cinder_extend_start
1616

17-
RUN mkdir -p /var/www/cgi-bin/cinder \
18-
&& cp -a /var/lib/kolla/venv/bin/cinder-wsgi /var/www/cgi-bin/cinder/cinder-wsgi \
19-
&& chmod 644 /usr/local/bin/kolla_cinder_extend_start \
20-
&& chmod 755 /var/www/cgi-bin/cinder/cinder-wsgi
17+
RUN chmod 644 /usr/local/bin/kolla_cinder_extend_start
2118

2219
{{ macros.kolla_patch_sources() }}
2320

0 commit comments

Comments
 (0)