Merge "Fix cinder CLI parameters for default-type-set"

This commit is contained in:
Zuul 2023-09-20 19:34:51 +00:00 committed by Gerrit Code Review
commit 25e2145f0b
1 changed files with 1 additions and 1 deletions

View File

@ -237,7 +237,7 @@ Other end user impact
There will be a new set of commands in the *python-cinderclient* to match the
new REST API endpoints:
* Set default: ``cinder default-type-set <project-id> <type-name>``
* Set default: ``cinder default-type-set <type-name> <project-id>``
* Unset default: ``cinder default-type-unset <project-id>``