summaryrefslogtreecommitdiff
path: root/openstackclient/common
Commit message (Expand)AuthorAgeFilesLines
...
* | Fix i18n supports in commomHuanxuan Ao2016-06-078-50/+83
|/
* Add newline to strings in stdout/stderr.write()Lu lei2016-06-061-1/+1
* Fix --enable options on commandsRichard Theis2016-06-021-0/+10
* Add network support for "quota set"Fang Zhen2016-05-191-9/+50
* remove #noqa from i18n importsSteve Martinelli2016-05-131-1/+1
* Ignore domain related config when using with keystone v2Hieu LE2016-05-091-3/+3
* Ignore domain related config when using with keystone v2Hieu LE2016-05-061-0/+12
* remove assert in favor an if/elseMichael McCune2016-05-021-3/+2
* Support quota show for current projectRichard Theis2016-04-211-11/+18
* Propagate AttributeErrors when lazily loading pluginsTim Burke2016-04-142-1/+16
* Merge "Support client certificate/key"Jenkins2016-04-061-0/+10
|\
| * Support client certificate/keyCedric Brandily2016-04-061-0/+10
* | Don't mask authorization errorsHidekazu Nakamura2016-04-011-16/+9
|/
* Remove unused method 'from_response'Wenzhi Yu2016-03-291-25/+0
* Trivial: Fix typo in common/limits.pyTang Chen2016-03-231-2/+2
* Fix dict.keys() compatibility for python 3Tang Chen2016-03-123-3/+3
* Fixed command listBrandon Palm2016-03-091-2/+18
* Trivial: Remove useless returnTang Chen2016-03-071-2/+0
* fix: Exception message includes unnecessary class argsJas2016-02-291-2/+2
* Add MultiKeyValueAction to custom parser actionTang Chen2016-02-271-0/+81
* Merge "Defaults are ignored with flake8"Jenkins2016-02-261-1/+2
|\
| * Defaults are ignored with flake8Tom Cocozzello2016-02-231-1/+2
* | Merge "Fixed a bunch of spacing"Jenkins2016-02-254-2/+5
|\ \ | |/
| * Fixed a bunch of spacingBrandon Palm2016-02-234-2/+5
* | Merge "Refactor network AZ exception handling"Jenkins2016-02-241-3/+2
|\ \ | |/ |/|
| * Refactor network AZ exception handlingRichard Theis2016-02-101-3/+2
* | Clean redundant argument to dict.getting.wang2016-02-213-10/+10
* | Merge "Support unscoped token request"Jenkins2016-02-211-2/+20
|\ \
| * | Support unscoped token requestguang-yee2016-02-191-2/+20
* | | Merge "Fix Mutable default argument"Jenkins2016-02-211-2/+12
|\ \ \
| * | | Fix Mutable default argumentting.wang2016-02-201-2/+12
| |/ /
* | | Replace string format arguments with function parametersting.wang2016-02-201-2/+2
|/ /
* | Allow custom log levels for other loggersTerryHowe2016-02-051-9/+37
|/
* Merge "Support listing network availability zones"Jenkins2016-02-041-10/+56
|\
| * Support listing network availability zonesRichard Theis2016-02-021-10/+56
* | Merge "Allow wait_for_delete to work for all clients"Jenkins2016-02-041-2/+6
|\ \
| * | Allow wait_for_delete to work for all clientsMark Vanderwiel2016-01-281-2/+6
* | | Merge "Add "os port show" command"Jenkins2016-02-031-0/+10
|\ \ \
| * | | Add "os port show" commandRichard Theis2016-02-021-0/+10
| | |/ | |/|
* | | Merge "Drop log_method decorator"Jenkins2016-02-021-27/+0
|\ \ \ | |/ / |/| |
| * | Drop log_method decoratorAkihiro Motoki2016-02-021-27/+0
* | | Merge "Fix showing network quotas for a project"Jenkins2016-02-021-4/+7
|\ \ \ | |/ / |/| |
| * | Fix showing network quotas for a projectRichard Theis2016-02-021-4/+7
| |/
* | log take_action parameters in a single placeAkihiro Motoki2016-02-028-60/+19
|/
* Merge "Support listing volume availability zones"Jenkins2016-01-221-14/+61
|\
| * Support listing volume availability zonesRichard Theis2016-01-141-14/+61
* | Merge "Refactor "os availability zone list""Jenkins2016-01-221-0/+102
|\ \ | |/
| * Refactor "os availability zone list"Richard Theis2016-01-141-0/+102
* | log_method: get logger from decorated method if unspecifiedAkihiro Motoki2016-01-201-9/+13
* | Set up logger of each command by metaclassAkihiro Motoki2016-01-201-0/+42