Skip to content
This repository has been archived by the owner on Nov 9, 2020. It is now read-only.

Updated documentation for tenant access set command in admin-cli to keep it consistent with the output of the CLI. #974

Merged
merged 1 commit into from
Feb 28, 2017
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
9 changes: 6 additions & 3 deletions docs/user-guide/admin-cli.md
Original file line number Diff line number Diff line change
Expand Up @@ -390,8 +390,8 @@ usage: vmdkops_admin.py tenant access set [-h]
[--volume-totalsize Num{MB,GB,TB} - e.g. 2TB]
--name NAME
[--volume-maxsize Num{MB,GB,TB} - e.g. 2TB]
[--allow-create] --datastore
DATASTORE
[--allow-create Value{True|False} e.g. True]
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nit: I think we can remove "e.g. True"

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I would prefer to keep it as to keep it consistent with the rest.

--datastore DATASTORE

optional arguments:
-h, --help show this help message and exit
Expand All @@ -401,7 +401,10 @@ optional arguments:
--name NAME Tenant name
--volume-maxsize Num{MB,GB,TB} - e.g. 2TB
Maximum size of the volume that can be created
--allow-create Allow create and delete on datastore if set to True
--allow-create Value{True|False} - e.g. True
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Same as above.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I would prefer to keep it as to keep it consistent with the rest.

Allow create and delete on datastore if set to True;
disallow create and delete on datastore if set to
False
--datastore DATASTORE
Datastore name

Expand Down