summaryrefslogtreecommitdiff
path: root/openstackclient/network/v2/network.py
Commit message (Expand)AuthorAgeFilesLines
* Add port security option to network commandsRichard Theis2016-06-291-0/+30
* Fix typo in openstackclient/network/v2Cao Xuan Hoang2016-06-231-1/+1
* Merge "Add geneve provider network type"Jenkins2016-06-151-4/+4
|\
| * Add geneve provider network typeRichard Theis2016-06-101-4/+4
* | osc-lib: commandDean Troyer2016-06-131-1/+1
* | osc-lib: utilsDean Troyer2016-06-131-1/+2
|/
* Make set/unset commands in network return normally when nothing specifiedTang Chen2016-06-081-5/+0
* Merge "Enhance exception handling for "network delete" command"Jenkins2016-05-171-10/+10
|\
| * Enhance exception handling for "network delete" commandTang Chen2016-04-141-10/+10
* | Merge "Fix i18n support for help and error msg in network"Jenkins2016-05-161-5/+5
|\ \
| * | Fix i18n support for help and error msg in networkTang Chen2016-05-161-5/+5
* | | Merge "Add VLAN Transparent option to ``osc network``"Jenkins2016-05-161-4/+20
|\ \ \
| * | | Add VLAN Transparent option to ``osc network``reedip2016-05-161-4/+20
| |/ /
* | | Fix network router type displayRichard Theis2016-05-051-5/+2
|/ /
* | Add provider network options to osc network setreedip2016-04-191-31/+33
* | State i18() changes and help messages improvedTang Chen2016-04-181-37/+48
* | Add external network options to osc network setreedip2016-04-151-8/+30
|/
* Doc: Unify repeatable option commentsTang Chen2016-04-121-1/+1
* TrivialFix: Rename provider segment optionreedip2016-04-081-3/+3
* Add provider network options to osc network createreedip2016-04-061-0/+26
* Add external network options to osc network createreedip2016-04-061-0/+29
* Follow Boolean Option rulereedip2016-03-311-18/+16
* Fix dict.keys() compatibility for python 3Tang Chen2016-03-121-1/+1
* Merge "Use _get_columns() to obtain columns in network.py"Jenkins2016-03-071-4/+4
|\
| * Use _get_columns() to obtain columns in network.pyTang Chen2016-03-061-4/+4
* | Trivial: Remove useless returnTang Chen2016-03-071-1/+0
|/
* Support "network create" command in nova networkTang Chen2016-03-021-21/+46
* Use update_parser_common() in ShowNetworkTang Chen2016-02-231-2/+1
* Support "network show" command in nova networkTang Chen2016-02-171-3/+11
* Support "network list" command in nova networkTang Chen2016-02-171-6/+25
* Merge "Rename parameter "identifier" to "network" in network commands"Jenkins2016-02-151-4/+4
|\
| * Rename parameter "identifier" to "network" in network commandsTang Chen2016-02-141-4/+4
* | Support "network delete" command in nova networkTang Chen2016-02-141-5/+12
|/
* Network: Abstract get_body() out to be a private helper.Tang Chen2016-02-021-30/+35
* log take_action parameters in a single placeAkihiro Motoki2016-02-021-24/+4
* Add availability zone support for network commandsBrad Behle2016-01-281-1/+20
* Merge "Map some of the SDK field names"Jenkins2016-01-011-4/+15
|\
| * Map some of the SDK field namesTerry Howe2015-12-101-4/+15
* | Trivial: Remove useless return from files in networkTang Chen2015-12-181-2/+0
|/
* Trivial: Do not use plural format in command parameter in "network delete"Tang Chen2015-12-111-3/+3
* Migrate network client to SDK.Tang Chen2015-12-091-18/+0
* Migrate "network show" command to use SDK.Tang Chen2015-12-091-23/+6
* Migrate "network set" command to use SDK.Tang Chen2015-12-091-10/+11
* Migrate "network delete" command to use SDK.Tang Chen2015-12-091-3/+4
* Migrate "network create" command to use SDK.Tang Chen2015-12-091-8/+7
* Migrate "network list" command to new version using SDK.Tang Chen2015-12-081-18/+28
* SDK integration: Add a temporary method to create network client using sdk.Tang Chen2015-12-071-1/+23
* Remove the --dhcp option to network listTerryHowe2015-07-081-37/+27
* fix confused domain argument for network create v2Guojian Shao2015-06-261-13/+6
* Add project and domain params to network createColleen Murphy2015-03-191-0/+21