From: Gary Kotton Date: Thu, 30 Apr 2015 13:40:58 +0000 (-0700) Subject: VMware: add in router types for NSXv X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=a5a4ebfe5aa62c6b5f2925b9833919cd946ff488;p=openstack-build%2Fneutron-build.git VMware: add in router types for NSXv The configuration file was updated to include the configuration variable for the tenant_router_types Change-Id: Id6d544f0d11bad3fa2fe33781a14c299f4043aff --- diff --git a/etc/neutron/plugins/vmware/nsx.ini b/etc/neutron/plugins/vmware/nsx.ini index ee4688ade..851887bb1 100644 --- a/etc/neutron/plugins/vmware/nsx.ini +++ b/etc/neutron/plugins/vmware/nsx.ini @@ -129,6 +129,21 @@ # port-security feature. # spoofguard_enabled = True +# (ListOpt) Ordered list of router_types to allocate as tenant routers. +# It limits the router types that the Nsxv can support for tenants: +# distributed: router is supported by distributed edge at the backend. +# shared: multiple routers share the same service edge at the backend. +# exclusive: router exclusivly occupies one service edge at the backend. +# Nsxv would select the first available router type from tenant_router_types +# list if router-type is not specified. +# If the tenant defines the router type with "--distributed", +# "--router_type exclusive" or "--router_type shared", Nsxv would verify that +# the router type is in tenant_router_types. +# Admin supports all these three router types +# +# tenant_router_types = shared, distributed, exclusive +# Example: tenant_router_types = distributed, shared + [nsx] # Maximum number of ports for each bridged logical switch # The recommended value for this parameter varies with NSX version