From db16fd6b59257ea9eacbf071e9e799041822dcab Mon Sep 17 00:00:00 2001 From: Ryan Hallisey Date: Mon, 7 Dec 2015 11:57:21 -0500 Subject: Network Isolation support for containerized compute The template will all neutron-agents to be configured so that it can run the network isolation templates on the containerized compute node. Co-Authored-By: Dan Prince Change-Id: I7837ed7ed3e807ec5c1276904893695918bef293 --- environments/docker-network-isolation.yaml | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 environments/docker-network-isolation.yaml (limited to 'environments/docker-network-isolation.yaml') diff --git a/environments/docker-network-isolation.yaml b/environments/docker-network-isolation.yaml new file mode 100644 index 00000000..257d03dc --- /dev/null +++ b/environments/docker-network-isolation.yaml @@ -0,0 +1,4 @@ +parameter_defaults: + NeutronAgentConfig: "/etc/neutron/neutron.conf,/etc/neutron/plugins/openvswitch/openvswitch_agent.ini" + NeutronAgentPluginVolume: "/var/lib/etc-data/neutron/plugins/ml2/openvswitch_agent.ini:/var/lib/kolla/config_files/openvswitch_agent.ini:ro" + NeutronAgentOvsVolume: "/var/lib/etc-data/neutron/conf.d/neutron-openvswitch-agent:/etc/neutron/conf.d/neutron-openvswitch-agent:ro" -- cgit 1.2.3-korg