Fix some typos
Change-Id: Ic68dcbb8c2d850b3b42c73db8774637068c94645
This commit is contained in:
parent
ee509ae323
commit
5cbb881c50
@ -49,7 +49,7 @@ def validate_image(cli, image):
|
||||
def validate_flavor(cli, flavor):
|
||||
"""Validate flavor.
|
||||
|
||||
If flavor is None, skip the validation and using the default value
|
||||
If flavor is None, skip the validation and use the default value
|
||||
from the heat template.
|
||||
"""
|
||||
|
||||
|
@ -20,10 +20,10 @@ class VersionedMethod(object):
|
||||
|
||||
@name: Name of the method
|
||||
@start_version: Minimum acceptable version
|
||||
@end_version: Maximum acceptable_version
|
||||
@end_version: Maximum acceptable version
|
||||
@func: Method to call
|
||||
|
||||
Minimum and maximums are inclusive
|
||||
Minimum and maximum are inclusive
|
||||
"""
|
||||
self.name = name
|
||||
self.start_version = start_version
|
||||
|
Loading…
Reference in New Issue
Block a user