summaryrefslogtreecommitdiff
path: root/lib/ansible/modules/cloud/openstack/os_router.py
Commit message (Expand)AuthorAgeFilesLines
* Convert to reduced list of known types (#50010)Dag Wieers2018-12-191-6/+6
* Add filters to os_router and os_subnet Fixes #37921 (#47220)Romain Acciari2018-11-241-11/+11
* Check if `enabled_snat` is set in modules arguments (#46754)MichaƂ Siemek2018-10-301-2/+4
* Fix os_router ignores enable_snat: no (#45921)Dominik Holler2018-10-101-1/+1
* Fix enable_snat parameter (#44418)Guilherme Steinmuller2018-08-201-3/+3
* retire shade in favor of openstacksdk for openstack modules (#40532)Artem Goncharov2018-05-251-8/+3
* Clean up module documentation (#36909)Dag Wieers2018-03-151-14/+4
* Add a module_utils OpenStack Cloud constructor (#20974)Monty Taylor2018-02-151-17/+6
* Issue 19612 os router to allow adding interface by port ip (#30409)BhujayKumarBhatta2017-11-281-19/+111
* Add boilerplate and remove wildcard imports for openstack modules (#31461)Toshio Kuratomi2017-10-091-16/+11
* Fix PEP 8 issues.Matt Clay2017-08-161-0/+2
* os_router: fix checking if router needs update (#19780)Paulo Matias2017-08-161-3/+13
* Update metadata to 1.1Toshio Kuratomi2017-08-151-1/+1
* Fix spelling mistakes (comments only) (#25564)Abhijeet Kasurde2017-06-121-1/+1
* Fixed docs for cloud modules (#23745)Andrea Tartaglia2017-04-271-1/+1
* New metadata 1.0 (#22587)Toshio Kuratomi2017-03-141-3/+4
* Fix invalid fields in module DOCUMENATION (#22297)John R Barker2017-03-091-2/+0
* Move availability_zone docs to each OpenStack module (#21540)Monty Taylor2017-02-171-0/+4
* Update validate-modules (#20932)Matt Martz2017-02-021-9/+8
* Refreshed metadata for core modulesToshio Kuratomi2016-12-081-0/+4
* Fix bug in os_router.py when router is not actually updated. (#4107)David Shrewsbury2016-12-081-4/+9
* add project to os_router (#3869)Mario David2016-12-081-4/+43
* Replace BOOLEANS with true/falseJohn Barker2016-12-081-2/+1
* corrected required docs as only boolean is allowedBrian Coca2016-12-081-1/+2
* Fix OpenStack module failure outputDavid Shrewsbury2016-12-081-1/+1
* make os_router return a top level 'id' keyLars Kellogg-Stedman2016-12-081-1/+3
* Fix for routers without external interfacesDavid Shrewsbury2016-12-081-3/+6
* Fix os_router to accept internal interfacesDavid Shrewsbury2016-12-081-46/+104
* Fix docs buildToshio Kuratomi2016-12-081-1/+2
* Add author to os_routerDavid Shrewsbury2016-12-081-0/+1
* Allow complete router configurationDavid Shrewsbury2016-12-081-31/+184
* More os_router module cleanup and fixes.David Shrewsbury2016-12-081-11/+17
* Update os_router to the latest versionDavid Shrewsbury2016-12-081-50/+59
* Add OpenStack Router moduleMonty Taylor2016-12-081-0/+129