aboutsummaryrefslogtreecommitdiffstats
path: root/compute-config.yaml
diff options
context:
space:
mode:
authorDan Prince <dprince@redhat.com>2014-12-05 11:13:18 -0500
committerDan Prince <dprince@redhat.com>2014-12-05 20:48:33 -0500
commitcb62cd9838786d40334f9e7f0a5063c73b02a50d (patch)
tree2c096509b644bc590de52b057207306fdfe945ee /compute-config.yaml
parent56c905774f37be86cf740e772fe3fb8d5e4719c1 (diff)
Add missing Neutron DVR params to without-mergepy
This patch adds the missing parameters to overcloud-without-mergepy.yaml. These parameters were adding to overcloud-source.yaml in I422c65e7d941593083d52ad7fdf0dfd1d2fb3155. Due to the concurrent review window they never made it into the new overcloud-without-mergepy.yaml implementation. Change-Id: If54dc111aec852f906c9e7ac1bf56f9dcaf678ea
Diffstat (limited to 'compute-config.yaml')
-rw-r--r--compute-config.yaml6
1 files changed, 6 insertions, 0 deletions
diff --git a/compute-config.yaml b/compute-config.yaml
index 5f075bd6..a5bfab34 100644
--- a/compute-config.yaml
+++ b/compute-config.yaml
@@ -39,7 +39,12 @@ resources:
debug: {get_input: debug}
flat-networks: {get_input: neutron_flat_networks}
host: {get_input: neutron_host}
+ router_distributed: {get_input: neutron_router_distributed}
+ agent_mode: {get_input: neutron_agent_mode}
ovs_db: {get_input: neutron_dsn}
+ metadata_proxy_shared_secret: {get_input: neutron_metadata_proxy_shared_secret}
+ mechanism_drivers: {get_input: neutron_mechanism_drivers}
+ allow_automatic_l3agent_failover: {get_input: neutron_allow_l3agent_failover}
ovs:
local_ip: {get_input: neutron_local_ip}
tenant_network_type: {get_input: neutron_tenant_network_type}
@@ -49,6 +54,7 @@ resources:
enable_tunneling: {get_input: neutron_enable_tunneling}
physical_bridge: {get_input: neutron_physical_bridge}
public_interface: {get_input: neutron_public_interface}
+ public_interface_raw_device: {get_input: neutron_public_interface_raw_device}
service-password: {get_input: neutron_password}
admin-password: {get_input: admin_password}
rabbit: