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:
parent
7b5be2cb95
commit
4bd81b85de
@ -13,6 +13,9 @@ fabric_eth = eth1
|
|||||||
# Security Policy Flag
|
# Security Policy Flag
|
||||||
enable_pg_security = True
|
enable_pg_security = True
|
||||||
|
|
||||||
|
# Reverse Flow Flag
|
||||||
|
enable_reverse_flow = True
|
||||||
|
|
||||||
# Flag to enable/disable virtual appliance creation
|
# Flag to enable/disable virtual appliance creation
|
||||||
vapp_flag = False
|
vapp_flag = False
|
||||||
|
|
||||||
@ -42,6 +45,9 @@ metadata_mode = local
|
|||||||
# Change to "sudo" to skip the filtering and just run the comand directly
|
# Change to "sudo" to skip the filtering and just run the comand directly
|
||||||
root_helper_name = {{ neutron_bin }}/neutron-rootwrap
|
root_helper_name = {{ neutron_bin }}/neutron-rootwrap
|
||||||
|
|
||||||
|
[ConnectorType]
|
||||||
|
connector_type = {{ pg_connector_type|default('distributed') }}
|
||||||
|
|
||||||
[keystone_authtoken]
|
[keystone_authtoken]
|
||||||
admin_user = {{ neutron_service_user_name }}
|
admin_user = {{ neutron_service_user_name }}
|
||||||
admin_password = {{ neutron_service_password }}
|
admin_password = {{ neutron_service_password }}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user