aboutsummaryrefslogtreecommitdiffstats
path: root/network
diff options
context:
space:
mode:
authorMatt Wisch <matt.wisch@rackspace.com>2016-04-22 11:09:56 -0400
committerMatt Wisch <matt.wisch@rackspace.com>2016-04-22 11:09:56 -0400
commit26d8931ffd1e7e036f07ef6fac9b364f09cbf783 (patch)
treea4769886b2d3521a6e6c41f184f5a6a2b38fb1d5 /network
parentf7113ee7b0e2c84779ae88ab927b95426c10d4a0 (diff)
Fix the ManagementNetValueSpecs param type
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
Diffstat (limited to 'network')
-rw-r--r--network/management.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/network/management.yaml b/network/management.yaml
index 1800b57a..6878bac4 100644
--- a/network/management.yaml
+++ b/network/management.yaml
@@ -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.