diff options
author | Kate Case <kcase@redhat.com> | 2022-10-13 13:11:19 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-13 13:11:19 -0400 |
commit | 5c6a97ae5052684aed513427f81dc1da96c094e3 (patch) | |
tree | 62cf80483b7f46551fec0bbcc7f5c5b50db1b2a5 /changelogs | |
parent | 7712afd90de9a2b4f6d91f3fbea77de20d6ed40e (diff) | |
download | vyos.vyos-5c6a97ae5052684aed513427f81dc1da96c094e3.tar.gz vyos.vyos-5c6a97ae5052684aed513427f81dc1da96c094e3.zip |
Remove deprecated modules and provider (#277)
* Remove deprecated modules and provider
* Remove tests for removed modules
* Remove references to vyos_argument_spec
Diffstat (limited to 'changelogs')
-rw-r--r-- | changelogs/fragments/2H22-removal.yaml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/changelogs/fragments/2H22-removal.yaml b/changelogs/fragments/2H22-removal.yaml new file mode 100644 index 00000000..04646ca7 --- /dev/null +++ b/changelogs/fragments/2H22-removal.yaml @@ -0,0 +1,10 @@ +--- +removed_features: + - vyos_interface - use vyos_interfaces instead. + - vyos_l3_interface - use vyos_l3_interfaces instead. + - vyos_linkagg - use vyos_lag_interfaces instead. + - vyos_lldp_interface - use vyos_lldp_interfaces instead. + - vyos_lldp - use vyos_lldp_global instead. + - vyos_static_route - use vyos_static_routes instead. +major_changes: + - "Use of connection: local and the provider option are no longer valid on any modules in this collection." |