Merge "Update plumlib.ini with connector type"

This commit is contained in:
Jenkins 2016-01-27 00:47:45 +00:00 committed by Gerrit Code Review
commit 5b3a6ed0a0

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 }}