summaryrefslogtreecommitdiff
path: root/openstackclient/network/v2/router.py
Commit message (Expand)AuthorAgeFilesLines
* Merge "Add command to unset information from Routers"Jenkins2016-06-281-0/+43
|\
| * Add command to unset information from Routersreedip2016-06-271-0/+43
* | Fix the problem of router deleteSongmingYan2016-06-241-1/+1
|/
* Error handling of "router delete" commandHuanxuan Ao2016-06-201-2/+17
* osc-lib: commandDean Troyer2016-06-131-1/+1
* osc-lib: parseractionsDean Troyer2016-06-131-1/+1
* osc-lib: utilsDean Troyer2016-06-131-1/+2
* Merge "Make set/unset commands in network return normally when nothing specif...Jenkins2016-06-091-5/+0
|\
| * Make set/unset commands in network return normally when nothing specifiedTang Chen2016-06-081-5/+0
* | Fix networksunyajing2016-06-081-2/+2
|/
* Merge "Fix i18n support for help and error msg in network"Jenkins2016-05-161-1/+1
|\
| * Fix i18n support for help and error msg in networkTang Chen2016-05-161-1/+1
* | Added --no-route to the router set commandHideki Saito2016-05-161-2/+18
|/
* Fix router set --route optionRichard Theis2016-04-181-5/+21
* State i18() changes and help messages improvedTang Chen2016-04-181-31/+32
* Doc: Unify repeatable option commentsTang Chen2016-04-121-5/+5
* Merge "Add Subnet add/remove support to router"Jenkins2016-04-091-0/+54
|\
| * Add Subnet add/remove support to routerreedip2016-03-221-0/+54
* | Merge "Add "router remove port" to osc"Jenkins2016-04-091-0/+24
|\ \ | |/
| * Add "router remove port" to oscreedip2016-03-211-1/+25
* | Fix pep8 fail that crept inDean Troyer2016-04-081-1/+1
* | Merge "Add "router add port" to osc"Jenkins2016-04-081-1/+25
|\ \ | |/
| * Add "router add port" to oscreedip2016-03-211-1/+25
* | Follow Boolean Option rulereedip2016-03-311-15/+12
* | Fix dict.keys() compatibility for python 3Tang Chen2016-03-121-1/+1
|/
* Fix incorrect unit test for routerTang Chen2016-03-031-8/+12
* Router: Add --route and --clear-routes options to "router set" commandTang Chen2016-02-271-4/+26
* Merge "Minor typo in help text"Jenkins2016-02-041-1/+1
|\
| * Minor typo in help textJas2016-02-031-1/+1
* | Merge "Add availability zone support for router commands"Jenkins2016-02-031-0/+17
|\ \
| * | Add availability zone support for router commandsJas2016-01-291-0/+17
| |/
* | log take_action parameters in a single placeAkihiro Motoki2016-02-021-23/+4
|/
* Trivial: Remove useless return from files in networkTang Chen2015-12-181-1/+0
* Router: Add "router show" command using SDKTang Chen2015-12-171-0/+23
* Router: Add "router set" command using SDKTang Chen2015-12-171-0/+78
* Router: Add "router delete" command using SDKTang Chen2015-12-161-0/+25
* Router: Add "router create" command using SDKTang Chen2015-12-151-0/+79
* Router: Add "router list" command using SDKTang Chen2015-12-111-0/+93