diff options
| author | Jenkins <jenkins@review.openstack.org> | 2016-05-25 00:08:55 +0000 |
|---|---|---|
| committer | Gerrit Code Review <review@openstack.org> | 2016-05-25 00:08:55 +0000 |
| commit | e45b1c63f40b4e94e43bec71b44f00e4143fe9af (patch) | |
| tree | d69402dc9874e9b3e9ed0e00a3d2891fea03cf8f /openstackclient | |
| parent | 2402dcfc35990a1af5456ff4f3e4b0b261b1505a (diff) | |
| parent | 1a2e12832db6f3871c2c9356ff7b017dcb23a672 (diff) | |
| download | python-openstackclient-e45b1c63f40b4e94e43bec71b44f00e4143fe9af.tar.gz | |
Merge "Devref: Command Beta"
Diffstat (limited to 'openstackclient')
| -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: |
