Merge "Improve help text of flavors config options"

This commit is contained in:
Jenkins 2016-07-15 17:57:47 +00:00 committed by Gerrit Code Review
commit a998d2523c

View File

@ -28,8 +28,14 @@ flavor_opts = [
default='m1.small',
deprecated_for_removal=True,
deprecated_reason='The EC2 API is deprecated',
help='DEPRECATED: Default flavor to use for the EC2 API only. '
'The Nova API does not support a default flavor.'),
help="""
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
"""),
]