summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorRohit <rohitthakur2590@outlook.com>2020-02-18 13:32:26 +0100
committerGitHub <noreply@github.com>2020-02-18 13:32:26 +0100
commit9eb7709c61e4c2e1409ebf1f2854c9249cb1fd35 (patch)
treecff4533ab77b86609a07ef1bb1e6477de975215f /docs
parentReplace 'message' in module parameters (#60051) (diff)
downloadansible-9eb7709c61e4c2e1409ebf1f2854c9249cb1fd35.tar.xz
ansible-9eb7709c61e4c2e1409ebf1f2854c9249cb1fd35.zip
Vyos static route module added (#62193)
* Vyos static route module added Signed-off-by: rohitthakur2590 <rohitthakur2590@outlook.com> * sanity fixes Signed-off-by: rohitthakur2590 <rohitthakur2590@outlook.com> * empty config traceback fix Signed-off-by: rohitthakur2590 <rohitthakur2590@outlook.com> * sanity check fix * model specific changes and SI test cases updated Signed-off-by: rohitthakur2590 <rohitthakur2590@outlook.com> * new state changes and SI test cases updated Signed-off-by: rohitthakur2590 <rohitthakur2590@outlook.com> * sanity fixes Signed-off-by: rohitthakur2590 <rohitthakur2590@outlook.com> * UT cases added Signed-off-by: rohitthakur2590 <rohitthakur2590@outlook.com> * replaced operation fix Signed-off-by: rohitthakur2590 <rohitthakur2590@outlook.com> * review comments incorporated Signed-off-by: rohitthakur2590 <rohitthakur2590@outlook.com> * shippable fix Signed-off-by: rohitthakur2590 <rohitthakur2590@outlook.com> * sanity fix Signed-off-by: rohitthakur2590 <rohitthakur2590@outlook.com> * delete opr updated Signed-off-by: rohitthakur2590 <rohitthakur2590@outlook.com> * comments incorporated Signed-off-by: rohitthakur2590 <rohitthakur2590@outlook.com>
Diffstat (limited to 'docs')
-rw-r--r--docs/docsite/rst/porting_guides/porting_guide_2.10.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/docsite/rst/porting_guides/porting_guide_2.10.rst b/docs/docsite/rst/porting_guides/porting_guide_2.10.rst
index 09cc7d9c77..80f630dc0b 100644
--- a/docs/docsite/rst/porting_guides/porting_guide_2.10.rst
+++ b/docs/docsite/rst/porting_guides/porting_guide_2.10.rst
@@ -54,6 +54,7 @@ Deprecation notices
The following modules will be removed in Ansible 2.14. Please update your playbooks accordingly.
* ldap_attr use :ref:`ldap_attrs <ldap_attrs_module>` instead.
+* vyos_static_route use :ref:`vyos_static_routes <vyos_static_routes_module>` instead.
The following functionality will be removed in Ansible 2.14. Please update update your playbooks accordingly.