cinder/doc/source/cli
Sean McGinnis 8fbfe923bd
Deprecate NestedDbQuotaDriver for nested quotas
This driver does not appear to be used and all projects will be
switching over to the keystone supported unified limits quota mechanism.
To prepare for switching quota handling to this new code, we want to
deprecate the driver now so we can remove the code and not need to
refactor it into the new handling.

Change-Id: I56fc03affc9c2c47cbc0e38a66aa8b86f56d1499
Signed-off-by: Sean McGinnis <sean.mcginnis@gmail.com>
2019-05-22 10:40:55 -05:00
..
README.rst [Docs] Add documentation contribution docs 2017-08-10 15:52:46 -05:00
cinder-manage.rst Fix cinder-manage args --max_count in docs 2019-04-12 16:06:04 +08:00
cinder-status.rst Deprecate NestedDbQuotaDriver for nested quotas 2019-05-22 10:40:55 -05:00
cli-cinder-quotas.rst Merge "Update tenant to project in cli quota doc" 2017-11-06 03:15:47 +00:00
cli-cinder-scheduling.rst Make doc/source directory compliant with design in spec 2017-07-19 15:59:02 -05:00
cli-manage-volumes.rst Fix CLI output examples 2018-09-29 03:29:31 +00:00
cli-set-quotas.rst Make doc/source directory compliant with design in spec 2017-07-19 15:59:02 -05:00
index.rst Base framework for cinder-status upgrade check 2018-10-17 11:51:04 -04:00

README.rst

Cinder CLI Documentation (source/cli)

Introduction:

This directory is intended to hold any documentation that relates to Cinder's Command Line Interface. Note that this directory is intended for basic descriptions of the commands supported, similar to what you would find with a 'man page'. Tutorials or step-by-step guides should go into 'doc/source/admin' or 'doc/source/user' depending on the target audience.

The full spec for organization of documentation may be seen in the OS Manuals Migration Spec <https://specs.openstack.org/openstack/docs-specs/specs/pike/os-manuals-migration.html>.