From e6b6e8858d1485a831902786ad99d395cdb2f280 Mon Sep 17 00:00:00 2001 From: Pierre Riteau Date: Wed, 22 Jan 2025 16:35:23 +0100 Subject: [PATCH] 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 --- doc/source/reference/storage/cinder-guide.rst | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/doc/source/reference/storage/cinder-guide.rst b/doc/source/reference/storage/cinder-guide.rst index 41f956da8d..7c45a8d28e 100644 --- a/doc/source/reference/storage/cinder-guide.rst +++ b/doc/source/reference/storage/cinder-guide.rst @@ -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 ` +- Make sure that the driver you are using supports `Active/Active High + Availability + `__ configuration - Add ``cinder_cluster_name: example_cluster_name`` to your ``globals.yml`` (or host_vars for advanced multi-cluster configuration)