From f1ed8ace5ec909f7f3674c72f0ae99ecaeb0998e Mon Sep 17 00:00:00 2001 From: Dan Prince Date: Tue, 8 Sep 2015 14:48:58 -0400 Subject: 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 --- network/external.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'network/external.yaml') 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. -- cgit 1.2.3-korg