Skip to content

Commit f49b435

Browse files
committed
[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
1 parent 0b0e6a6 commit f49b435

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

doc/source/configuration.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -719,7 +719,7 @@ or at runtime via:
719719

720720
::
721721

722-
openstack --os-cloud devstack-system-admin registered limit update \
722+
openstack --os-cloud devstack-system-admin registered limit set \
723723
--service glance --default-limit 5000 --region RegionOne image_size_total
724724

725725
.. _arch-configuration:

0 commit comments

Comments
 (0)