diff options
| author | Richard Theis <rtheis@us.ibm.com> | 2016-04-12 16:07:30 -0500 |
|---|---|---|
| committer | Richard Theis <rtheis@us.ibm.com> | 2016-04-21 12:14:42 -0500 |
| commit | 1a2e12832db6f3871c2c9356ff7b017dcb23a672 (patch) | |
| tree | a8ea31b7541b8c359311bdf8235370908106ccb7 /openstackclient/shell.py | |
| parent | 0d3a06db1ce3871e4153255d21c9c9f6ac321030 (diff) | |
| download | python-openstackclient-1a2e12832db6f3871c2c9356ff7b017dcb23a672.tar.gz | |
Devref: Command Beta
The devref proposes OSC support for beta commands.
Change-Id: I538a38be33734faf6eb69a3cb50946b2396b0c57
Diffstat (limited to 'openstackclient/shell.py')
| -rw-r--r-- | openstackclient/shell.py | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/openstackclient/shell.py b/openstackclient/shell.py index b96fb089..9968d73f 100644 --- a/openstackclient/shell.py +++ b/openstackclient/shell.py @@ -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: |
