Fix typo 63/62263/1
authorCédric Ollivier <cedric.ollivier@orange.com>
Thu, 13 Sep 2018 14:02:47 +0000 (16:02 +0200)
committerCédric Ollivier <cedric.ollivier@orange.com>
Thu, 13 Sep 2018 14:03:51 +0000 (16:03 +0200)
This line should have been deleted by the previous commit.

Change-Id: I18eb2dcc3c6124127c2bba2c9ec6e524caae8b09
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
docker/tempest/Dockerfile

index c625e4b..a278aac 100644 (file)
@@ -9,7 +9,6 @@ ARG OS_FAULTS_TAG=0.1.17
 RUN apk --no-cache add --virtual .build-deps --update \
         python-dev build-base linux-headers libffi-dev \
         openssl-dev libjpeg-turbo-dev && \
-    case $OPENSTACK_TAG in \
     wget -q -O- https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt?h=$OPENSTACK_TAG | \
         sed -E s/^tempest==+\(.*\)$/-e\ git+https:\\/\\/git.openstack.org\\/openstack\\/tempest@\\1#egg=tempest/ \
         > upper-constraints.txt && \