[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
This commit is contained in:
Masayuki Igawa 2022-09-22 11:22:21 +09:00
parent 0b0e6a6474
commit f49b435e98
No known key found for this signature in database
GPG Key ID: 290F53EDC899BF89

View File

@ -719,7 +719,7 @@ or at runtime via:
::
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: