summaryrefslogtreecommitdiff
path: root/openstackclient
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | | | Merge "Refactor security group list to use SDK"Jenkins2016-03-015-125/+256
|\ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / |/| | | | | | | |
| * | | | | | | | Refactor security group list to use SDKRichard Theis2016-02-295-125/+256
* | | | | | | | | Merge "fix: Exception message includes unnecessary class args"Jenkins2016-03-011-2/+2
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | fix: Exception message includes unnecessary class argsJas2016-02-291-2/+2
| |/ / / / / / / /
* | | | | | | | | Merge "Subnet: Add "subnet delete" command using SDK"Jenkins2016-03-012-0/+47
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|/ |/| | | | | | | |
| * | | | | | | | Subnet: Add "subnet delete" command using SDKreedip2016-03-012-0/+47
| | |/ / / / / / | |/| | | | | |
* | | | | | | | Merge "Make SetAgent inherit from cliff.Command"Jenkins2016-03-011-3/+2
|\ \ \ \ \ \ \ \ | | |_|/ / / / / | |/| | | | | |
| * | | | | | | Make SetAgent inherit from cliff.CommandTang Chen2016-02-271-3/+2
* | | | | | | | Merge "Trivial: Reorder unit tests in test_type.py"Jenkins2016-03-011-55/+58
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | |
| * | | | | | | Trivial: Reorder unit tests in test_type.pyTang Chen2016-02-291-55/+58
| | |_|/ / / / | |/| | | | |
* | | | | | | Merge "take_action() method from command.Command shouldn't return"Jenkins2016-02-2916-43/+18
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | |
| * | | | | | take_action() method from command.Command shouldn't returnMohan Muppidi2016-02-2916-43/+18
| |/ / / / /
* | | | | | Merge "Make SetSecurityGroup inherit from cliff.Command"Jenkins2016-02-291-10/+3
|\ \ \ \ \ \ | | |/ / / / | |/| | | |
| * | | | | Make SetSecurityGroup inherit from cliff.CommandTang Chen2016-02-271-10/+3
* | | | | | Merge "Make SetFlavor and UnsetFlavor inherit from cliff.Command"Jenkins2016-02-292-28/+10
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Make SetFlavor and UnsetFlavor inherit from cliff.CommandTang Chen2016-02-272-28/+10
| | |_|/ / | |/| | |
* | | | | Merge "[Compute] Check return value is None in compute unit tests."Jenkins2016-02-293-45/+33
|\ \ \ \ \
| * | | | | [Compute] Check return value is None in compute unit tests.Tang Chen2016-02-273-45/+33
| | |/ / / | |/| | |
* | | | | Router: Add --route and --clear-routes options to "router set" commandTang Chen2016-02-272-4/+83
* | | | | Add MultiKeyValueAction to custom parser actionTang Chen2016-02-272-0/+210
|/ / / /
* | | | Merge "Add shell --profile option to trigger osprofiler from CLI"Jenkins2016-02-262-0/+52
|\ \ \ \ | |/ / / |/| | |
| * | | Add shell --profile option to trigger osprofiler from CLIDina Belova2016-02-252-0/+52
* | | | Merge "Defaults are ignored with flake8"Jenkins2016-02-262-2/+3
|\ \ \ \
| * | | | Defaults are ignored with flake8Tom Cocozzello2016-02-232-2/+3
* | | | | Merge "Floating IP: Neutron support for "ip floating show" command"Jenkins2016-02-254-2/+158
|\ \ \ \ \
| * | | | | Floating IP: Neutron support for "ip floating show" commandTang Chen2016-02-244-2/+158
* | | | | | Merge "Fixed a bunch of spacing"Jenkins2016-02-2547-76/+183
|\ \ \ \ \ \ | | |/ / / / | |/| | | / | |_|_|_|/ |/| | | |
| * | | | Fixed a bunch of spacingBrandon Palm2016-02-2347-76/+183
| | |_|/ | |/| |
* | | | Add some test cases for "server list" commandting.wang2016-02-242-27/+78
| |/ / |/| |
* | | Merge "Refactor network AZ exception handling"Jenkins2016-02-241-3/+2
|\ \ \
| * | | Refactor network AZ exception handlingRichard Theis2016-02-101-3/+2
| | |/ | |/|
* | | Py3 replace dict.iteritems with six.iteritemsting.wang2016-02-241-1/+1
* | | Merge "Use update_parser_common() in ShowNetwork"Jenkins2016-02-231-2/+1
|\ \ \
| * | | Use update_parser_common() in ShowNetworkTang Chen2016-02-231-2/+1
| | |/ | |/|
* | | Merge "Add "security group rule show" command"Jenkins2016-02-233-4/+208
|\ \ \
| * | | Add "security group rule show" commandRichard Theis2016-02-233-4/+208
* | | | Fix wrong return value in TestDeleteFloatingIPNetworkTang Chen2016-02-231-1/+1
| |/ / |/| |
* | | Merge "Use instanceof instead of type"Jenkins2016-02-233-6/+6
|\ \ \
| * | | Use instanceof instead of typeBrandon Palm2016-02-223-6/+6
* | | | Merge "Add functional tests for "volume" commands v2"Jenkins2016-02-232-2/+36
|\ \ \ \
| * | | | Add functional tests for "volume" commands v2Tang Chen2016-02-212-2/+36
* | | | | Merge "Add unit tests for 'hypervisor stats' command"Jenkins2016-02-232-0/+140
|\ \ \ \ \
| * | | | | Add unit tests for 'hypervisor stats' commandting.wang2016-02-222-0/+140
* | | | | | Merge "Add "os subnet show" command using SDK"Jenkins2016-02-233-2/+111
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | Add "os subnet show" command using SDKBrad Behle2016-02-223-2/+111
| |/ / / /
* | | | | Initialize _keys in __init__() in FakeFlavorResourceTang Chen2016-02-231-2/+5
|/ / / /
* | | | Merge "Add unit test for "flavor show" command"Jenkins2016-02-222-10/+89
|\ \ \ \
| * | | | Add unit test for "flavor show" commandTang Chen2016-02-202-10/+89
| |/ / /
* | | | Merge "Clean redundant argument to dict.get"Jenkins2016-02-225-47/+42
|\ \ \ \
| * | | | Clean redundant argument to dict.getting.wang2016-02-215-47/+42