Spelling mistakes in nova/compute/api.py

In nova/compute/api.py _check_and_transform_bdm() method
There are 2 words spelled wrong in a comment about gibi.
outher -> other
unnecessasry -> unnecessary

Change-Id: I7e7f19c2d36af943c3ae3d7fbb1ef6469ebe13ec
Closes-Bug: 1443324
This commit is contained in:
wangxiyuan 2015-04-14 10:05:04 +08:00
parent 1e3412deec
commit a2265602a0
1 changed files with 2 additions and 2 deletions

View File

@ -735,8 +735,8 @@ class API(base.Base):
# mappings - we need to get rid of the inserted image
# NOTE (gibi): another case is when a server is booted with an
# image to bdm mapping where the image only contains a bdm to a
# snapshot. In this case the outher image to bdm mapping
# contains an unnecessasry device with boot_index == 0.
# snapshot. In this case the other image to bdm mapping
# contains an unnecessary device with boot_index == 0.
# Also in this case the image_ref is None as we are booting from
# an image to volume bdm.
def not_image_and_root_bdm(bdm):