Clarified servers property description for SoftwareDeploymentGroup

The description was a bit misleading in that it made it sound like the
name for each name/ID pair had to correspond to something in Nova. The
name can be anything, so the docs have been updated to reflect its
usage.

Change-Id: I36f0082b49d48be565fbc0020b58e8b5cac54ba7
This commit is contained in:
Jay Dobies 2016-05-17 14:33:49 -04:00
parent 95905a6824
commit 7b734744ca

View File

@ -600,7 +600,9 @@ class SoftwareDeploymentGroup(resource_group.ResourceGroup):
properties_schema = {
SERVERS: properties.Schema(
properties.Schema.MAP,
_('A map of Nova names and IDs to apply configuration to.'),
_('A map of names and server IDs to apply configuration to. The '
'name is arbitrary and is used as the Heat resource name '
'for the corresponding deployment.'),
update_allowed=True
),
CONFIG: _sd_ps[CONFIG],