Remove deprecated tempest::neutron_fwaas_available
... because the parameter was deprecated during Train cycle[1].
[1] 30ab1da275
Change-Id: I9fd40825e1a80b9afc640fbb4c26cebbcdd6f3a9
This commit is contained in:
parent
24000aafcb
commit
fdee45303f
@ -217,9 +217,6 @@
|
||||
# Defaults to 'Member'
|
||||
#
|
||||
# DEPREACTED PARAMETERS
|
||||
# [*neutron_fwaas_available*]
|
||||
# Just for backwards compatibility, it actually does nothing as fwaas plugin
|
||||
# is integrated in neutron tempest plugin.
|
||||
# [*congress_available*]
|
||||
# Defaults to undef
|
||||
# [*img_dir*]
|
||||
@ -364,7 +361,6 @@ class tempest(
|
||||
# ec2api options
|
||||
$ec2api_tester_roles = ['Member'],
|
||||
# DEPRECATED PARAMETERS
|
||||
$neutron_fwaas_available = undef,
|
||||
$congress_available = undef,
|
||||
$img_dir = undef,
|
||||
$panko_available = undef,
|
||||
@ -377,10 +373,6 @@ class tempest(
|
||||
$tempest_roles_real = $::os_service_default
|
||||
}
|
||||
|
||||
if $neutron_fwaas_available {
|
||||
warning('The tempest::neutron_fwaas_available parameter is deprecated. FWaaS plugin is now part of neutron plugin.')
|
||||
}
|
||||
|
||||
if $img_dir != undef {
|
||||
warning('The tempest::img_dir parameter is deperecated. Set full path in img_file parameter instead')
|
||||
if $img_file == undef {
|
||||
|
@ -0,0 +1,4 @@
|
||||
---
|
||||
features:
|
||||
- |
|
||||
The ``tempest::neutron_fwaas_available`` parameter has been removed.
|
Loading…
Reference in New Issue
Block a user