This section explains how to use the
qq multitenancy_create_tenant
command.Description
Create a tenant
Usage
qq multitenancy_create_tenant [-h] --name NAME [--network-id [NETWORK_ID [NETWORK_ID ...]]] [--enable-web-ui | --disable-web-ui] [--enable-rest-api | --disable-rest-api] [--enable-ssh | --disable-ssh]
[--enable-replication | --disable-replication] [--enable-nfs | --disable-nfs] [--enable-smb | --disable-smb]
Flags
Flag Name | Required | Description |
---|---|---|
--name
|
Yes | Unique name of the tenant chosen by the user. |
--network-id
|
No | List of zero or more network IDs associated with this tenant, as returned by the `network_list_networks` command. Each network ID may be assigned to at most one tenant. |
--enable-web-ui
|
No | Web UI is accessible from this tenant. |
--disable-web-ui
|
No | Web UI is not accessible from this tenant. This is the default. |
--enable-rest-api
|
No | REST API is accessible from this tenant. |
--disable-rest-api
|
No | REST API is not accessible from this tenant. This is the default. |
--enable-ssh
|
No | SSH is accessible from this tenant. |
--disable-ssh
|
No | SSH is not accessible from this tenant. This is the default. |
--enable-replication
|
No | Replication is accessible from this tenant. |
--disable-replication
|
No | Replication is not accessible from this tenant. This is the default. |
--enable-nfs
|
No | NFS is accessible from this tenant. |
--disable-nfs
|
No | NFS is not accessible from this tenant. This is the default. |
--enable-smb
|
No | SMB is accessible from this tenant. |
--disable-smb
|
No | SMB is not accessible from this tenant. This is the default. |