Merge "Improve help text of flavors config options"
This commit is contained in:
commit
a998d2523c
@ -28,8 +28,14 @@ flavor_opts = [
|
|||||||
default='m1.small',
|
default='m1.small',
|
||||||
deprecated_for_removal=True,
|
deprecated_for_removal=True,
|
||||||
deprecated_reason='The EC2 API is deprecated',
|
deprecated_reason='The EC2 API is deprecated',
|
||||||
help='DEPRECATED: Default flavor to use for the EC2 API only. '
|
help="""
|
||||||
'The Nova API does not support a default flavor.'),
|
Default flavor to use for the EC2 API only.
|
||||||
|
The Nova API does not support a default flavor.
|
||||||
|
|
||||||
|
Possible values:
|
||||||
|
|
||||||
|
* Any flavor name, e.g. m1.tiny, m1.small (Default), m1.medium, m1.large
|
||||||
|
"""),
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user