Merge "Improve help text of flavors config options"
This commit is contained in:
1 changed files with 8 additions and 2 deletions
@@ -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
"""),
]
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.