summaryrefslogtreecommitdiff
path: root/nova/availability_zones.py
diff options
context:
space:
mode:
authorshreeduth-awasthi <shreeduth.awasthi@tcs.com>2013-12-05 02:31:43 +0530
committershreeduth-awasthi <shreeduth.awasthi@tcs.com>2013-12-05 02:31:43 +0530
commit180d686d2ff73d24c8259cf9784adef582befaef (patch)
tree6eca24f0d560f08b7426b3200bb5a3f44a9f9514 /nova/availability_zones.py
parent3b32669390ec980d3e0aa62397f73d4787cb27cc (diff)
downloadnova-180d686d2ff73d24c8259cf9784adef582befaef.tar.gz
Misc typos in nova
1. on demands -> on demand 2. Either Network -> Either network 3. unexpected task -> Unexpected task 4. PCI Device -> PCI device 5. key manager -> Key manager Change-Id: I5a3cb64b38e8851902492c15fda7f63c4fa4f7f0 Closes-Bug: #1255914
Diffstat (limited to 'nova/availability_zones.py')
-rw-r--r--nova/availability_zones.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/nova/availability_zones.py b/nova/availability_zones.py
index 90100a62ae..73b9bf2414 100644
--- a/nova/availability_zones.py
+++ b/nova/availability_zones.py
@@ -97,7 +97,7 @@ def get_host_availability_zone(context, host, conductor_api=None):
def get_availability_zones(context, get_only_available=False):
- """Return available and unavailable zones on demands.
+ """Return available and unavailable zones on demand.
:param get_only_available: flag to determine whether to return
available zones only, default False indicates return both