Merge "Fix the ManagementNetValueSpecs param type"

This commit is contained in:
Jenkins 2016-04-26 19:31:01 +00:00 committed by Gerrit Code Review
commit 004c3bf549
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ parameters:
ManagementNetValueSpecs: ManagementNetValueSpecs:
default: {'provider:physical_network': 'management', 'provider:network_type': 'flat'} default: {'provider:physical_network': 'management', 'provider:network_type': 'flat'}
description: Value specs for the management network. description: Value specs for the management network.
type: string type: json
ManagementNetAdminStateUp: ManagementNetAdminStateUp:
default: false default: false
description: The admin state of the network. description: The admin state of the network.