From bbc0df8d40f0b2ae2887e8133135997757aeaaa1 Mon Sep 17 00:00:00 2001 From: jneeee Date: Fri, 14 Oct 2022 20:59:18 +0800 Subject: [PATCH] Fix a document description error use_keystone_quotas should be use_keystone_limits. Just like in Elsewhere. Closes-bug: #1992974 Change-Id: I226ca5b77345ff1284d3cc09b4a719f1373ea084 --- doc/source/install/configure-quotas.rst | 2 +- doc/source/install/register-quotas.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/source/install/configure-quotas.rst b/doc/source/install/configure-quotas.rst index 075b7b0ae8..7812ca734c 100644 --- a/doc/source/install/configure-quotas.rst +++ b/doc/source/install/configure-quotas.rst @@ -33,7 +33,7 @@ .. code-block:: ini [DEFAULT] - use_keystone_quotas = True + use_keystone_limits = True .. end diff --git a/doc/source/install/register-quotas.rst b/doc/source/install/register-quotas.rst index 650ce15dab..260c04fe54 100644 --- a/doc/source/install/register-quotas.rst +++ b/doc/source/install/register-quotas.rst @@ -63,4 +63,4 @@ .. end - Be sure to also set ``use_keystone_quotas=True`` in your ``glance-api.conf`` file. + Be sure to also set ``use_keystone_limits=True`` in your ``glance-api.conf`` file.