Merge "Fix description for ResourceGroup count property"

This commit is contained in:
Jenkins 2015-06-19 19:27:27 +00:00 committed by Gerrit Code Review
commit 216c094b06
1 changed files with 1 additions and 1 deletions

View File

@ -98,7 +98,7 @@ class ResourceGroup(stack_resource.StackResource):
properties_schema = {
COUNT: properties.Schema(
properties.Schema.INTEGER,
_('The number of instances to create.'),
_('The number of resources to create.'),
default=1,
constraints=[
constraints.Range(min=0),