3755978ef7
Supporting dual IPv4/IPv6 backends will eventually require multi-IP support in the first party backends. This change enables multi-IP support (IPv4-only currently) in the LVM driver. Change-Id: Ib3594aa5d7751c829820fce830d87f6ceea6b049 Partial-Implements: blueprint support-ipv6-access
16 lines
622 B
YAML
16 lines
622 B
YAML
---
|
|
features:
|
|
- Added new config option 'lvm_share_export_ips' which
|
|
allows a list of IP addresses to use for export
|
|
locations for the LVM driver. Every share created
|
|
will be exported on every IP address. This new option
|
|
supercedes 'lvm_share_export_ip'.
|
|
upgrade:
|
|
- After upgrading, rename lvm_share_export_ip to
|
|
lvm_share_export_ips in the manila.conf file to avoid
|
|
a deprecation warning. As long as the list remains a
|
|
single element, functionality is unchanged.
|
|
deprecations:
|
|
- The 'lvm_share_export_ip' option is deprecated and
|
|
will be removed. Use 'lvm_share_export_ips' instead.
|