Fix software configuration doc

In file software_deployment.rst L437, it should be 'get_param' instead of
'get_resource'.

Change-Id: I9d218dc19cf9108008af8f6c4008e2f5dc7de43f
This commit is contained in:
dixiaoli 2016-01-27 17:31:37 +08:00
parent a95d77889d
commit 4c69deacf1
1 changed files with 1 additions and 1 deletions

View File

@ -434,7 +434,7 @@ resources to be combined into a single Cloud-init_ multi-part message:
parts:
- config: {get_resource: boot_config}
- config: {get_resource: boot_script}
- config: {get_resource: other_config}
- config: {get_param: other_config}
server:
type: OS::Nova::Server