Fix the ManagementNetValueSpecs param type
authorMatt Wisch <matt.wisch@rackspace.com>
Fri, 22 Apr 2016 15:09:56 +0000 (11:09 -0400)
committerMatt Wisch <matt.wisch@rackspace.com>
Fri, 22 Apr 2016 15:09:56 +0000 (11:09 -0400)
The ManagementNetValueSpecs param type is currently set to string.
This change sets the param to the correct type of json, allowing the
network value specs to correctly parse.

Example Management Network value spec:

{'provider:physical_network': 'management', 'provider:network_type': 'flat'}

Change-Id: I5b12c7251690368d79a4d00725a9d6e0d5e75af8
Closes-Bug: #1573649

network/management.yaml

index 1800b57..6878bac 100644 (file)
@@ -13,7 +13,7 @@ parameters:
   ManagementNetValueSpecs:
     default: {'provider:physical_network': 'management', 'provider:network_type': 'flat'}
     description: Value specs for the management network.
-    type: string
+    type: json 
   ManagementNetAdminStateUp:
     default: false
     description: The admin state of the network.