Merge "Remove redundant any2array (1)"
This commit is contained in:
commit
7b6480d295
@ -24,7 +24,7 @@ class neutron::plugins::ml2::ovs_driver (
|
||||
){
|
||||
if !empty($vnic_type_prohibit_list) {
|
||||
neutron_plugin_ml2 {
|
||||
'ovs_driver/vnic_type_prohibit_list': value => join(any2array($vnic_type_prohibit_list), ',');
|
||||
'ovs_driver/vnic_type_prohibit_list': value => join($vnic_type_prohibit_list, ',');
|
||||
}
|
||||
} else {
|
||||
neutron_plugin_ml2 {
|
||||
|
@ -24,7 +24,7 @@ class neutron::plugins::ml2::sriov_driver (
|
||||
){
|
||||
if !empty($vnic_type_prohibit_list) {
|
||||
neutron_plugin_ml2 {
|
||||
'sriov_driver/vnic_type_prohibit_list': value => join(any2array($vnic_type_prohibit_list), ',');
|
||||
'sriov_driver/vnic_type_prohibit_list': value => join($vnic_type_prohibit_list, ',');
|
||||
}
|
||||
} else {
|
||||
neutron_plugin_ml2 {
|
||||
|
Loading…
Reference in New Issue
Block a user