summaryrefslogtreecommitdiff
path: root/openstackclient/compute/v2/availability_zone.py
Commit message (Collapse)AuthorAgeFilesLines
* 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