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

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
"""),
]
Reference in New Issue
openstack/nova
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.

The note is not visible to the blocked user.