]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commitdiff
VMware: add in router types for NSXv
authorGary Kotton <gkotton@vmware.com>
Thu, 30 Apr 2015 13:40:58 +0000 (06:40 -0700)
committergaryk <gkotton@vmware.com>
Wed, 6 May 2015 05:37:06 +0000 (05:37 +0000)
The configuration file was updated to include the configuration
variable for the tenant_router_types

Change-Id: Id6d544f0d11bad3fa2fe33781a14c299f4043aff

etc/neutron/plugins/vmware/nsx.ini

index ee4688adee27f70697489d9d217c08ceee7e7b70..851887bb1967ed374be0f6ead66b319610f353ec 100644 (file)
 # 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