From c0d8e23974f3ff174af9835ecef251006f4af189 Mon Sep 17 00:00:00 2001 From: Dmitriy Rabotyagov Date: Tue, 13 Oct 2020 16:00:00 +0300 Subject: [PATCH] Fix manila tempest tests Because of bind-to-mgmt, manila now listens only on internal/admin URL until [1] got merged. To fix tempest jobs in the meanwhile, we should externaly set to use internal endpoint for interaction. [1] https://review.opendev.org/733408 Change-Id: I664f74f370533393e351044a8ba8ef71c3c030f8 Needed-By: https://review.opendev.org/739646 --- .../roles/bootstrap-host/templates/user_variables_manila.yml.j2 | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/roles/bootstrap-host/templates/user_variables_manila.yml.j2 b/tests/roles/bootstrap-host/templates/user_variables_manila.yml.j2 index d2afce57fe..9622159daf 100644 --- a/tests/roles/bootstrap-host/templates/user_variables_manila.yml.j2 +++ b/tests/roles/bootstrap-host/templates/user_variables_manila.yml.j2 @@ -53,6 +53,7 @@ tempest_tempest_conf_overrides: enable_ip_rules_for_protocols: nfs image_with_share_tools: manila-service-image image_password: manila + endpoint_type: internalURL tempest_images: - url: "https://download.cirros-cloud.net/0.5.1/cirros-0.5.1-x86_64-disk.img"