Merge "Add opt doc and reno for noop interface driver"
This commit is contained in:
commit
198774292d
@ -93,8 +93,18 @@ share_servers_handling_mode_opts = [
|
|||||||
cfg.StrOpt(
|
cfg.StrOpt(
|
||||||
"interface_driver",
|
"interface_driver",
|
||||||
default="manila.network.linux.interface.OVSInterfaceDriver",
|
default="manila.network.linux.interface.OVSInterfaceDriver",
|
||||||
help="Vif driver. Used only with Neutron and "
|
help="Module path to the Virtual Interface (VIF) driver class. This "
|
||||||
"if driver_handles_share_servers=True."),
|
"option is used only by drivers operating in "
|
||||||
|
"`driver_handles_share_servers=True` mode that provision "
|
||||||
|
"OpenStack compute instances as share servers. This option is "
|
||||||
|
"only supported with Neutron networking. "
|
||||||
|
"Drivers provided in tree work with Linux Bridge "
|
||||||
|
"(manila.network.linux.interface.BridgeInterfaceDriver) and OVS "
|
||||||
|
"(manila.network.linux.interface.OVSInterfaceDriver). If the "
|
||||||
|
"manila-share service is running on a host that is connected to "
|
||||||
|
"the administrator network, a no-op driver "
|
||||||
|
"(manila.network.linux.interface.NoopInterfaceDriver) may "
|
||||||
|
"be used."),
|
||||||
cfg.BoolOpt(
|
cfg.BoolOpt(
|
||||||
"connect_share_server_to_tenant_network",
|
"connect_share_server_to_tenant_network",
|
||||||
default=False,
|
default=False,
|
||||||
|
@ -0,0 +1,9 @@
|
|||||||
|
---
|
||||||
|
features:
|
||||||
|
- |
|
||||||
|
A "no-op" interface driver (manila.network.linux.interface.NoopInterfaceDriver)
|
||||||
|
has been introduced to work with drivers that create and manage
|
||||||
|
lifecycle of share servers (``driver_handles_share_servers=True``)
|
||||||
|
through service instance virtual machines using OpenStack Compute. This
|
||||||
|
interface driver can be used when manila-share is running on a machine
|
||||||
|
that has access to the administrator network used by Manila.
|
Loading…
Reference in New Issue
Block a user