Renaming 'parameters' to 'input' in nova example

Change-Id: I8d3c293707ab4900c7dfec00bc138c8f4014a5e4
This commit is contained in:
Renat Akhmerov 2014-09-21 22:04:01 -07:00
parent 73ccd52820
commit 7c5300eae5
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ version: '2.0'
workflows:
create_vm:
type: direct
parameters:
input:
- vm_name
- image_ref
- flavor_ref