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/tenant.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'network/tenant.yaml') diff --git a/network/tenant.yaml b/network/tenant.yaml index 055b87b8..daf5cb75 100644 --- a/network/tenant.yaml +++ b/network/tenant.yaml @@ -12,7 +12,7 @@ parameters: TenantNetValueSpecs: default: {'provider:physical_network': 'tenant', 'provider:network_type': 'flat'} description: Value specs for the tenant network. - type: string + type: json TenantNetAdminStateUp: default: false description: This admin state of of the network. -- cgit 1.2.3-korg