From ebb05e3b9437c64de2404cad0932cff84cdac049 Mon Sep 17 00:00:00 2001 From: Pavlo Shchelokovskyy Date: Tue, 28 Jan 2025 17:23:59 +0000 Subject: [PATCH] Fix api path in multistore doc one occasion was using incorrect api path. Change-Id: Ib08de505ab97f70b809ac374debc7f579a3c40e8 --- doc/source/admin/multistores.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/admin/multistores.rst b/doc/source/admin/multistores.rst index 928ec0c3fc..03f99a8fee 100644 --- a/doc/source/admin/multistores.rst +++ b/doc/source/admin/multistores.rst @@ -55,7 +55,7 @@ operators to enable multiple stores support. refuse to start. The http store type is always treated by Glance as a read-only - store. This is indicated in the response to the ``/v2/stores/info`` + store. This is indicated in the response to the ``/v2/info/stores`` call, where an http type store will have the attribute ``read-only: True`` in addition to the usual ``id`` and ``description`` fields.