diff options
author | 2021-08-18 09:56:52 +0200 | |
---|---|---|
committer | 2022-11-08 11:19:50 +0100 | |
commit | 9e2c322b042a05924e71fd51f579cea282d54429 (patch) | |
tree | 7952960e288f657fdf29d42a632d759fb18f81af | |
parent | a0f54a3fc05ce4dd104181874bf7569607af3064 (diff) |
Switch to provider_vlans public
It follows the new OpenStack gate configs.
Change-Id: I74ae08bf857f092012abab59e108128fc54ddea4
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
(cherry picked from commit 7be0bf7fda36e259e10f9dcc783f2e1102ed6eb9)
-rw-r--r-- | docker/smoke-cntt/tempest_conf.yaml | 2 | ||||
-rw-r--r-- | functest/opnfv_tests/openstack/tempest/custom_tests/tempest_conf.yaml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/docker/smoke-cntt/tempest_conf.yaml b/docker/smoke-cntt/tempest_conf.yaml index f5624ed0e..6a31fb213 100644 --- a/docker/smoke-cntt/tempest_conf.yaml +++ b/docker/smoke-cntt/tempest_conf.yaml @@ -82,7 +82,7 @@ load_balancer: neutron_plugin_options: agent_availability_zone: nova available_type_drivers: flat,geneve,vlan,gre,local,vxlan - provider_vlans: foo, + provider_vlans: public, create_shared_resources: true object-storage-feature-enabled: discoverable_apis: "account_quotas,formpost,bulk_upload,bulk_delete,\ diff --git a/functest/opnfv_tests/openstack/tempest/custom_tests/tempest_conf.yaml b/functest/opnfv_tests/openstack/tempest/custom_tests/tempest_conf.yaml index f5624ed0e..6a31fb213 100644 --- a/functest/opnfv_tests/openstack/tempest/custom_tests/tempest_conf.yaml +++ b/functest/opnfv_tests/openstack/tempest/custom_tests/tempest_conf.yaml @@ -82,7 +82,7 @@ load_balancer: neutron_plugin_options: agent_availability_zone: nova available_type_drivers: flat,geneve,vlan,gre,local,vxlan - provider_vlans: foo, + provider_vlans: public, create_shared_resources: true object-storage-feature-enabled: discoverable_apis: "account_quotas,formpost,bulk_upload,bulk_delete,\ |