openstack-ansible-os_glance/releasenotes/notes/glance_remote_client-78e5d426cb55717f.yaml
Dmitriy Rabotyagov 887a59256e Use systemd_mount native syntax for mounts
Currently we have bunch of limitations related to the format
of ``glance_nfs_client``. While systemd_mount role is flexible enough
to allow mount cephfs or s3fs, variable format has weird assumptions
that we want to change for better flexability.

Since keys of variable are changing, new name for it was picked to
reflect purpose of the variable better.

Change-Id: Ic0d91a3a873b4253255beac79becf01b4a304695
2022-04-12 12:56:38 +02:00

14 lines
558 B
YAML

---
features:
deprecations:
- |
Variable ``glance_nfs_local_directory`` has been renamed to
``glance_images_local_directory`` to better reflect purpose of
the variable. ``glance_nfs_local_directory`` remains for backwards
compatability but will be removed in Zed release.
- |
Variable ``glance_nfs_client`` has been replaced with
``glance_remote_client``. New variable has new keys for defining mounts
to cover wider range of supported filesystems.
Compatability for ``glance_nfs_client`` has been kept until Zed release.