Update plumlib.ini with connector type

Adding support in the PLUMgrid plumlib.ini templates for:
- Specifying connector type to be used in the virtual topology
- Enabling/Disabling reverse flows in security policy

Change-Id: I3c96c6e35471da79527891b0252ca1733fb9848a
Signed-off-by: Javeria Khan <javeriak@plumgrid.com>
This commit is contained in:
Javeria Khan 2016-01-18 09:29:18 -08:00 committed by Jesse Pretorius (odyssey4me)
parent 7b5be2cb95
commit 4bd81b85de

View File

@ -13,6 +13,9 @@ fabric_eth = eth1
# Security Policy Flag
enable_pg_security = True
# Reverse Flow Flag
enable_reverse_flow = True
# Flag to enable/disable virtual appliance creation
vapp_flag = False
@ -42,6 +45,9 @@ metadata_mode = local
# Change to "sudo" to skip the filtering and just run the comand directly
root_helper_name = {{ neutron_bin }}/neutron-rootwrap
[ConnectorType]
connector_type = {{ pg_connector_type|default('distributed') }}
[keystone_authtoken]
admin_user = {{ neutron_service_user_name }}
admin_password = {{ neutron_service_password }}