Fix octavia tempest tests

Because of bind-to-mgmt, octavia 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: Iecb8daff36c89aa54516cd1f35e376e38b7fe64d
Needed-By: https://review.opendev.org/755576
This commit is contained in:
Dmitriy Rabotyagov 2020-10-02 12:23:15 +03:00 committed by Dmitriy Rabotyagov (noonedeadpunk)
parent 7ec0a966ab
commit eae2109824
1 changed files with 1 additions and 0 deletions

View File

@ -21,3 +21,4 @@ tempest_tempest_conf_overrides:
load_balancer:
member_role: '"Member"'
load_balancer.test_with_ipv6: false
endpoint_type: internalURL