diff --git a/templates/plugins/plumgrid/plumlib.ini b/templates/plugins/plumgrid/plumlib.ini index 9a854037..1e6bdaea 100644 --- a/templates/plugins/plumgrid/plumlib.ini +++ b/templates/plugins/plumgrid/plumlib.ini @@ -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 }}