26645f5db3
The `interface_driver` option needs some clarification. While we only support three interface mechanisms, it's possible that deployers can use their own interface driver, so using oslo_config's choices for this option does not make sense. Depends-On: I2c3d6e4234bf7185b8da3c8e1701069c3a165ffc Change-Id: I1cc710dbe87e9e23fbed63dcd5f1017978393c66
10 lines
459 B
YAML
10 lines
459 B
YAML
---
|
|
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.
|