Merge "Update plumlib.ini with connector type"
This commit is contained in:
commit
5b3a6ed0a0
@ -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 }}
|
||||
|
Loading…
x
Reference in New Issue
Block a user