commit | f49b435e98cd9d119179d98829241954b8d73669 | [log] [tgz] |
---|---|---|
author | Masayuki Igawa <masayuki@igawa.io> | Thu Sep 22 11:22:21 2022 +0900 |
committer | Masayuki Igawa <masayuki@igawa.io> | Thu Sep 22 11:28:21 2022 +0900 |
tree | eda457fc7c0661ca5a5693d1f5766ff07e58812a | |
parent | 0b0e6a647477131b5953858b3eed3d463412779f [diff] [blame] |
[Doc] Fix Glance image size limit command This commit fixes the configuration document which mentions how to change Glance default image size quota at runtime because we don't have `openstack registered limit update` command but `openstack registered limit set` command[1]. [1] https://docs.openstack.org/python-openstackclient/latest/cli/command-objects/registered-limit.html#registered-limit-set Change-Id: I399685ed1f864f8f1ce7295ed6f83336cfccbd81
diff --git a/doc/source/configuration.rst b/doc/source/configuration.rst index 757b400..d0f2b02 100644 --- a/doc/source/configuration.rst +++ b/doc/source/configuration.rst
@@ -719,7 +719,7 @@ :: - openstack --os-cloud devstack-system-admin registered limit update \ + openstack --os-cloud devstack-system-admin registered limit set \ --service glance --default-limit 5000 --region RegionOne image_size_total .. _arch-configuration: