summaryrefslogtreecommitdiff
path: root/openstackclient/shell.py
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2016-05-25 00:08:55 +0000
committerGerrit Code Review <review@openstack.org>2016-05-25 00:08:55 +0000
commite45b1c63f40b4e94e43bec71b44f00e4143fe9af (patch)
treed69402dc9874e9b3e9ed0e00a3d2891fea03cf8f /openstackclient/shell.py
parent2402dcfc35990a1af5456ff4f3e4b0b261b1505a (diff)
parent1a2e12832db6f3871c2c9356ff7b017dcb23a672 (diff)
downloadpython-openstackclient-e45b1c63f40b4e94e43bec71b44f00e4143fe9af.tar.gz
Merge "Devref: Command Beta"
Diffstat (limited to 'openstackclient/shell.py')
-rw-r--r--openstackclient/shell.py5
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: