aboutsummaryrefslogtreecommitdiffstats
path: root/os-apply-config
diff options
context:
space:
mode:
authorCyril Lopez <cylopez@redhat.com>2015-10-20 09:48:49 +0200
committerCyril Lopez <cylopez@redhat.com>2015-11-17 17:30:16 +0100
commit987174c7b4514d08a61505997ddb1a6ccbda77de (patch)
tree97bc44342d08ec17082c12d384550356ac1fae83 /os-apply-config
parent2f2271a6a32d1b5b8f0008901b5163d65b0dc428 (diff)
Implement Neutron enable_isolated_metadata parameters
* Use the parameter in Puppet configuration (Hiera) to configure neutron BZ-1273303 Change-Id: Ic5a7a1f13fd2bc800cadc3a78b1daadbc0394787 Signed-off-by: Cyril Lopez <cylopez@redhat.com>
Diffstat (limited to 'os-apply-config')
-rw-r--r--os-apply-config/controller.yaml6
1 files changed, 6 insertions, 0 deletions
diff --git a/os-apply-config/controller.yaml b/os-apply-config/controller.yaml
index f84bf5b3..6331e5da 100644
--- a/os-apply-config/controller.yaml
+++ b/os-apply-config/controller.yaml
@@ -355,6 +355,10 @@ parameters:
type: number
default: 3
description: The number of neutron dhcp agents to schedule per network
+ NeutronEnableIsolatedMetadata:
+ default: 'False'
+ description: If True, DHCP provide metadata route to VM.
+ type: string
NeutronEnableTunnelling:
type: string
default: "True"
@@ -725,6 +729,7 @@ resources:
allow_automatic_l3agent_failover: {get_input: neutron_allow_l3agent_failover}
l3_ha: {get_input: neutron_l3_ha}
dhcp_agents_per_network: {get_input: neutron_dhcp_agents_per_network}
+ enable_isolated_metadata: {get_input: neutron_enable_isolated_metadata}
ovs:
enable_tunneling: {get_input: neutron_enable_tunneling}
l2_population: {get_input: neutron_enable_l2pop}
@@ -888,6 +893,7 @@ resources:
controller_virtual_ip: {get_param: VirtualIP}
neutron_enable_tunneling: {get_param: NeutronEnableTunnelling}
neutron_enable_l2pop: {get_param: NeutronEnableL2Pop}
+ neutron_enable_isolated_metadata: {get_param: NeutronEnableIsolatedMetadata}
heat.watch_server_url:
list_join:
- ''