summaryrefslogtreecommitdiff
path: root/lib/ansible/modules/cloud/openstack/os_network.py
Commit message (Expand)AuthorAgeFilesLines
* Migrated to openstack.cloudAnsible Core Team2020-03-091-255/+0
* Add dns_domain into os_network.py (#56453)Raimund Hook2019-05-241-3/+15
* Added the mtu property to the os_network module (#55881) (#54730)Miguel Duarte Barroso2019-05-121-3/+14
* Fix default for os_network port_security_enabled (#52821)Monty Taylor2019-02-221-2/+2
* provider_segmentation_id is int (#51600)Dominik Holler2019-02-181-1/+1
* Adds toggle port security on network create (#37390)snowjet2019-02-181-4/+16
* Convert to reduced list of known types (#50010)Dag Wieers2018-12-191-8/+8
* retire shade in favor of openstacksdk for openstack modules (#40532)Artem Goncharov2018-05-251-3/+3
* Clean up module documentation (#36909)Dag Wieers2018-03-151-16/+6
* Add a module_utils OpenStack Cloud constructor (#20974)Monty Taylor2018-02-151-22/+3
* Add boilerplate and remove wildcard imports for openstack modules (#31461)Toshio Kuratomi2017-10-091-17/+9
* 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
* 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
* os_network: Allow freeform provider_network_type stringLogan V2017-01-301-3/+1
* Refreshed metadata for core modulesToshio Kuratomi2016-12-081-0/+4
* Add uplink provider type (#5282)Abel BoldĂș2016-12-081-2/+2
* Fix os_network's create_network() call for older shade versions (#5058)David Shrewsbury2016-12-081-2/+6
* ansible-validate-modules part 4: Enable check on ansible-modules-core (#3526)John R Barker2016-12-081-0/+1
* Add project parameter to os_networkRicardo Carrillo Cruz2016-12-081-2/+23
* openstack: doc fix, add version_addedRene Moser2016-12-081-0/+3
* Add support for provider network options.David Shrewsbury2016-12-081-1/+54
* Fix OpenStack module failure outputDavid Shrewsbury2016-12-081-1/+1
* make os_network correctly report changed statusLars Kellogg-Stedman2016-12-081-1/+4
* Allow setting external attributeDavid Shrewsbury2016-12-081-6/+65
* Return resource objects from OpenStack modulesMonty Taylor2016-12-081-5/+3
* Updating cloud modules with proper github author informationGreg DeKoenigsberg2016-12-081-0/+1
* Add missing state parameterMonty Taylor2016-12-081-0/+1
* Add OpenStack Network moduleMonty Taylor2016-12-081-0/+107