Reference SoftwareDeploymentGroup resource

The old name for this was SoftwareDeployments, but this causes
confusion due to the similarity with SoftwareDeployment, so update
to the new, clearer, name.

Change-Id: Ia29a1c9fd9a404a34eab34ad40a85f257c3b0a65
This commit is contained in:
Steven Hardy
2017-05-17 15:33:55 +01:00
parent 16645aaf75
commit 12576925fa

View File

@@ -225,7 +225,7 @@ Below is an example of a post-deployment configuration template::
_APARAM_: {get_param: some_extraparam}
ExtraDeployments:
type: OS::Heat::SoftwareDeployments
type: OS::Heat::SoftwareDeploymentGroup
properties:
servers: {get_param: servers}
config: {get_resource: ExtraConfig}
@@ -246,7 +246,7 @@ environment which enables the configuration.
unintended reuse of parameter names between multiple templates, because
parameter_defaults is applied globally.
The "actions" property of the `OS::Heat::SoftwareDeployments` resource may be
The "actions" property of the `OS::Heat::SoftwareDeploymentGroup` resource may be
used to specify when the configuration should be applied, e.g only on CREATE,
only on DELETE etc. If this is omitted, the heat default is to apply the
config on CREATE and UPDATE, e.g on initial deployment and every subsequent