docs: fix link to Cinder HA page

Fix URL by switching from KOLLA_OPENSTACK_RELEASE to OPENSTACK_RELEASE
introduced in [1]. This replaces `master` by `latest` in the URL.

The link was also not rendered correctly because of a syntax error.

[1] https://review.opendev.org/c/openstack/kolla-ansible/+/937440

Change-Id: Ie8c90ff5c8682aec07e851909bc820cba7602bec
This commit is contained in:
Pierre Riteau
2025-01-22 16:35:23 +01:00
parent 15b5606a03
commit e6b6e8858d

View File

@@ -21,7 +21,9 @@ HA
When using cinder-volume in an HA configuration (more than one host in
cinder-volume/storage group):
- Make sure that the driver you are using supports `Active/Active High Availability <https://docs.openstack.org/cinder/|KOLLA_OPENSTACK_RELEASE|/reference/support-matrix.html#operation_active_active_ha>`
- Make sure that the driver you are using supports `Active/Active High
Availability
<https://docs.openstack.org/cinder/|OPENSTACK_RELEASE|/reference/support-matrix.html#operation_active_active_ha>`__
configuration
- Add ``cinder_cluster_name: example_cluster_name`` to your ``globals.yml`` (or
host_vars for advanced multi-cluster configuration)