要获取关于特定 openstack 消息池 命令的帮助,请输入

$ openstack messaging pool COMMAND -h/--help

十个命令

messaging pool create
messaging pool delete
messaging pool list
messaging pool show
messaging pool update

openstack messaging pool create

usage: openstack messaging pool create [-h] [-f {json,shell,table,value,yaml}]
                                       [-c COLUMN] [--max-width <integer>] [--noindent]
                                       [--prefix PREFIX] [--pool_group <pool_group>]
                                       [--pool_options <pool_options>]
                                       <pool_name> <pool_uri> <pool_weight>

创建一个池。

位置参数

<pool_name>

池的名称。

<pool_uri>

存储引擎 URI。

<pool_weight>

池的权重。

可选参数

--pool_group <pool_group>

池的组。

--pool_options <pool_options>

一个可选的请求组件,与存储特定的选项相关。

openstack messaging pool delete

usage: openstack messaging pool delete [-h] <pool_name>

删除一个池。

位置参数

<pool_name>

池的名称。

openstack messaging pool list

usage: openstack messaging pool list [-h] [-f {csv,json,table,value,yaml}] [-c COLUMN]
                                     [--max-width <integer>] [--noindent]
                                     [--quote {all,minimal,none,nonnumeric}]
                                     [--marker <pool_name>] [--limit <limit>]
                                     [--detailed <detailed>]

列出可用的池。

可选参数

--marker <pool_name>

池的分页标记。

--limit <limit>

页面大小限制。

--detailed <detailed>

详细输出。

openstack messaging pool show

usage: openstack messaging pool show [-h] [-f {json,shell,table,value,yaml}] [-c COLUMN]
                                     [--max-width <integer>] [--noindent]
                                     [--prefix PREFIX]
                                     <pool_name>

显示池的详细信息。

位置参数

<pool_name>

要显示的池(名称)。

openstack messaging pool update

usage: openstack messaging pool update [-h] [-f {json,shell,table,value,yaml}]
                                       [-c COLUMN] [--max-width <integer>] [--noindent]
                                       [--prefix PREFIX] [--pool_uri <pool_uri>]
                                       [--pool_weight <pool_weight>]
                                       [--pool_group <pool_group>]
                                       [--pool_options <pool_options>]
                                       <pool_name>

更新池的属性。

位置参数

<pool_name>

池的名称。

可选参数

--pool_uri <pool_uri>

存储引擎 URI。

--pool_weight <pool_weight>

池的权重。

--pool_group <pool_group>

池的组。

--pool_options <pool_options>

一个可选的请求组件,与存储特定的选项相关。