aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCédric Ollivier <cedric.ollivier@orange.com>2021-08-18 14:09:22 +0200
committerCédric Ollivier <cedric.ollivier@orange.com>2021-08-18 14:09:22 +0200
commit1d976335e832e4b48fb7bd2cda3665c28dfabe86 (patch)
tree5fa9637cd71d1ee34f3705e783337a2d0b885b1a
parentc948fa2f1275794eb04979515df746d217a44dc7 (diff)
Fallback VMTP to "Support both IPv4 and IPv6 DNS servers when creating networks"
Bootable volume support (bump) is breaking cinder changes removing Cinder v3 [1]. [1] https://opendev.org/x/vmtp/commit/5ac228a575153e059e3d683d5e125415dd32e89f Change-Id: Id71332f537203d45ad62dae13745f505f46734b6 Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
-rw-r--r--docker/benchmarking/Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/docker/benchmarking/Dockerfile b/docker/benchmarking/Dockerfile
index 36594d7a8..547aa1f3c 100644
--- a/docker/benchmarking/Dockerfile
+++ b/docker/benchmarking/Dockerfile
@@ -1,6 +1,6 @@
FROM opnfv/functest-core
-ARG VMTP_TAG=master
+ARG VMTP_TAG=34a82c9f3598ec7f5d8de0a6d5139b92931db4cc
ARG NEUTRON_TAG=master
RUN apk --no-cache add --update libxml2 libxslt && \