X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;ds=sidebyside;f=network%2Ftenant.yaml;h=1045b81b37935598b7c366971192fe0ade84a8f9;hb=db45116afdd0c7673c5839122dadf570303d1e4b;hp=055b87b8bae0052db3159c1bf100c3b114d78394;hpb=1a9ab5080dc3dbc0bf927e18f6d90919eda9b426;p=apex-tripleo-heat-templates.git diff --git a/network/tenant.yaml b/network/tenant.yaml index 055b87b8..1045b81b 100644 --- a/network/tenant.yaml +++ b/network/tenant.yaml @@ -12,10 +12,10 @@ 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. + description: This admin state of the network. type: boolean TenantNetEnableDHCP: default: false @@ -55,6 +55,7 @@ resources: name: {get_param: TenantSubnetName} network: {get_resource: TenantNetwork} allocation_pools: {get_param: TenantAllocationPools} + gateway_ip: null outputs: OS::stack_id: