summaryrefslogtreecommitdiff
path: root/openstackclient/compute/v2/availability_zone.py
Commit message (Collapse)AuthorAgeFilesLines
* Refactor "os availability zone list"Richard Theis2016-01-141-102/+0
| | | | | | | | | | | | Refactor the "os availability zone list" command to make it a common command instead of a compute-only command. Since availability zones are common to compute, volume and network (new), this refactoring allows availability zone support to be added for volume and network. In addition to the refactor, unit and functional tests were added. Change-Id: I63e9d41d229b21cd38e5a083493042c096d65e05 Partial-Bug: #1532945
* Use a common decorator to log 'take_action' activationJoshua Harlow2015-09-011-1/+1
| | | | | | | | | Instead of duplicating the same log statement throughout the code, the same logic can be provided by a shared decorator that abstracts away the logging capability and unifies it behind a common function instead. Change-Id: Icc63bced7347c8bbf0299a4c5821425a10892a79
* Add docs for listing availability zonesSteve Martinelli2014-12-311-1/+1
| | | | Change-Id: I4c005e1d8089b46feca6cd3266f63c408648f074
* list availability zones for computeSteve Martinelli2014-12-161-0/+102
Adds the command `os availability zone list` Change-Id: I77bf52a9b84a62c3771a4838c9ea0c3af03eedb2 Closes-Bug: #1400795