Devref: Command Beta
The devref proposes OSC support for beta commands. Change-Id: I538a38be33734faf6eb69a3cb50946b2396b0c57
This commit is contained in:
doc/source
openstackclient
@ -250,6 +250,11 @@ class OpenStackShell(app.App):
|
||||
action='store_true',
|
||||
help="Print API call timing info",
|
||||
)
|
||||
parser.add_argument(
|
||||
'--enable-beta-commands',
|
||||
action='store_true',
|
||||
help="Enable beta commands which are subject to change",
|
||||
)
|
||||
|
||||
# osprofiler HMAC key argument
|
||||
if osprofiler_profiler:
|
||||
|
Reference in New Issue
Block a user