Tempest: Fix missing [network-feature-enabled] api_extensions
This is follow-up of 6f090cc74d0eaa6ae835864ff70856bd1e812efc and fixes the api extension list for neutron which was unexpectedly removed from tempest.conf. Change-Id: Ic9ea7ab5429a60b232f90722f6ee7f2871f0c857
This commit is contained in:
parent
d1f691e0a3
commit
77dd4d31b0
@ -223,7 +223,7 @@ class openstack_integration::tempest (
|
||||
default => []
|
||||
}
|
||||
|
||||
$neutron_extensions_real = sort(
|
||||
$neutron_api_extensions_real = sort(
|
||||
$neutron_base_extensions +
|
||||
$neutron_agent_scheduler_extensions +
|
||||
$neutron_l3_extensions +
|
||||
|
Loading…
x
Reference in New Issue
Block a user