Fix MultiNode_DevStack template

The ComputeNodes parameter has to be changed to String instead of a
Number otherwise the UserData property cannot be resolved properly.

Change-Id: I9ddb9154c380f1d0aa1cf47e7bb646a304e59e68
This commit is contained in:
Simon Pasquier 2014-01-03 15:32:56 +01:00
parent 60347b3c99
commit 3c910126a5
1 changed files with 2 additions and 2 deletions

View File

@ -12,9 +12,9 @@ Parameters:
Type: String
ComputeNodes:
Default: '1'
MinValue: '0'
Description: Number of compute nodes
Type: Number
Type: String
AllowedPattern: '[0-9]*'
ControllerFlavor:
Description: Instance flavor of the Controller node
Type: String