summaryrefslogtreecommitdiff
path: root/openstackclient/network/v2/subnet.py
Commit message (Expand)AuthorAgeFilesLines
* translate all command help strings3.4.0Steve Martinelli2016-11-171-6/+6
* Reset allocation pools to [] instead of ''Carl Baldwin2016-10-191-1/+1
* Remove beta label for network segment resourceRichard Theis2016-09-281-8/+7
* Overwrite/Clear support for subnetsReedip2016-09-211-4/+26
* Merge "Add 'description' option to os subnet (pool) create/set cmd"Jenkins2016-09-201-0/+12
|\
| * Add 'description' option to os subnet (pool) create/set cmdCao Xuan Hoang2016-09-201-0/+12
* | Add filtering options to os subnet list commandCao Xuan Hoang2016-09-191-1/+50
|/
* Doc, help and message updates for port unsetRichard Theis2016-09-141-33/+24
* Add Subnet service-types to subnetsBrian Haley2016-08-191-2/+48
* Add '--dhcp' and '--no-dhcp' options to os subnet list cmdCao Xuan Hoang2016-08-101-0/+15
* Exchange the check order for the dhcp and no-dhcpqtang2016-07-191-2/+1
* Merge "Add command to unset information from Subnets"Jenkins2016-06-291-0/+83
|\
| * Add command to unset information from Subnetsreedip2016-06-291-0/+83
* | Fix typo in openstackclient/network/v2Cao Xuan Hoang2016-06-231-4/+4
|/
* Merge "Add "--network-segment" option to "subnet create""Jenkins2016-06-201-0/+10
|\
| * Add "--network-segment" option to "subnet create"Richard Theis2016-06-131-0/+10
* | Support bulk deletion for delete commands in networkv2Huanxuan Ao2016-06-161-4/+24
* | osc-lib: commandDean Troyer2016-06-131-1/+1
* | osc-lib: parseractionsDean Troyer2016-06-131-1/+1
* | osc-lib: utilsDean Troyer2016-06-131-1/+1
* | osc-lib: exceptionsDean Troyer2016-06-131-1/+3
|/
* Make set/unset commands in network return normally when nothing specifiedTang Chen2016-06-081-3/+0
* Merge "Add ip version filter to subnet list"Jenkins2016-05-171-1/+13
|\
| * Add ip version filter to subnet listManjeet Singh Bhatia2016-05-161-1/+13
* | Fix i18n support for help and error msg in networkTang Chen2016-05-161-3/+3
|/
* Fixed subnet command host route outputRichard Theis2016-04-201-10/+8
* State i18() changes and help messages improvedTang Chen2016-04-181-47/+48
* Merge "Doc: Unify repeatable option comments"Jenkins2016-04-131-4/+4
|\
| * Doc: Unify repeatable option commentsTang Chen2016-04-121-4/+4
* | Merge "Append existing information during subnet set"Jenkins2016-04-131-0/+6
|\ \ | |/ |/|
| * Append existing information during subnet setreedip2016-04-081-0/+6
* | Doc: Fix network command documentation issuesRichard Theis2016-04-081-9/+8
|/
* Fix typos in docstrings and commentsDao Cong Tien2016-04-061-1/+1
* Subnet: Add "subnet set" command using SDKreedip2016-03-241-77/+138
* Merge "Add "os subnet create" command using SDK"Jenkins2016-03-141-3/+223
|\
| * Add "os subnet create" command using SDKBrad Behle2016-03-101-3/+223
* | Fix dict.keys() compatibility for python 3Tang Chen2016-03-121-1/+1
|/
* TrivialOrder: Rearrange Class Namesreedip2016-03-011-18/+18
* Subnet: Add "subnet delete" command using SDKreedip2016-03-011-0/+18
* Add "os subnet show" command using SDKBrad Behle2016-02-221-0/+28
* Consume openstackclient.common.command in subnet/portAkihiro Motoki2016-02-021-3/+2
* log take_action parameters in a single placeAkihiro Motoki2016-02-021-6/+0
* Use correct terminology for subnetsDean Troyer2016-01-271-2/+2
* Subnet ListTerry Howe2016-01-251-0/+70