aboutsummaryrefslogtreecommitdiffstats
path: root/network/external.yaml
diff options
context:
space:
mode:
authorDan Prince <dprince@redhat.com>2015-09-08 14:48:58 -0400
committerDan Prince <dprince@redhat.com>2015-09-08 14:48:58 -0400
commitf1ed8ace5ec909f7f3674c72f0ae99ecaeb0998e (patch)
treebc13d407d8f1db5a082bdc93903635dc816ef182 /network/external.yaml
parent9a8e384a145b48ef9d7f58da13bc828bbc79941d (diff)
Set NetValueSpecs parameter types to Json
The latest Heat API is a bit more strict in validating the datatypes for the OS::Neutron::Net value_specs. This patch converts the default parameter types for these from string to json. Change-Id: Iaad6ee6417d3ae55c52ffe2f4e6ed79124161923 Closes-bug: #1493502
Diffstat (limited to 'network/external.yaml')
-rw-r--r--network/external.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/network/external.yaml b/network/external.yaml
index bf4bdfe7..e8f92a5e 100644
--- a/network/external.yaml
+++ b/network/external.yaml
@@ -12,7 +12,7 @@ parameters:
ExternalNetValueSpecs:
default: {'provider:physical_network': 'external', 'provider:network_type': 'flat'}
description: Value specs for the external network.
- type: string
+ type: json
ExternalNetAdminStateUp:
default: false
description: This admin state of of the network.