summaryrefslogtreecommitdiff
path: root/openstackclient/tests/compute/v2/test_service.py
Commit message (Expand)AuthorAgeFilesLines
* Support bulk deletion for delete commands in computev2Huanxuan Ao2016-06-271-6/+49
* Refactor unit test of "compute service list" commandHuanxuan Ao2016-06-221-6/+35
* Standardize logger usageTang Chen2016-06-201-9/+6
* Support compute service force down/upRui Chen2016-06-141-4/+98
* osc-lib: exceptionsDean Troyer2016-06-131-1/+2
* Refactor SetService --enable/disable optionTang Chen2016-06-041-31/+26
* Refactor service unit testsTang Chen2016-05-251-62/+53
* Log hint when --enable present with --disable-reasonRui Chen2016-04-051-9/+64
* Support "--long" option in ListServiceRui Chen2016-03-141-1/+25
* Add --reason for disable servicejichenjc2016-03-091-0/+26
* [Compute] Check return value is None in compute unit tests.Tang Chen2016-02-271-3/+6
* Trivial: Fix "abstractmethod" to "abstract method"Tang Chen2016-02-101-1/+1
* Compute: Fix DisplayCommandBase comments for cliff Lister subclass testsTang Chen2016-02-061-1/+3
* Compute: Fix DisplayCommandBase comments for cliff Command subclass testsTang Chen2016-02-061-1/+0
* Add testcases for compute.v2.servicexiexs2015-12-011-3/+100
* Add compute service deleteAlex Schultz2015-10-161-0/+54