summaryrefslogtreecommitdiff
path: root/heatclient/v1/shell.py
diff options
context:
space:
mode:
Diffstat (limited to 'heatclient/v1/shell.py')
-rw-r--r--heatclient/v1/shell.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/heatclient/v1/shell.py b/heatclient/v1/shell.py
index 5202692..cfc942a 100644
--- a/heatclient/v1/shell.py
+++ b/heatclient/v1/shell.py
@@ -250,7 +250,7 @@ def do_stack_adopt(hc, args):
help=_('A list of tags to associate with the stack.'))
def do_stack_preview(hc, args):
'''Preview the stack.'''
- show_deprecated('heat stack-preview', 'openstack stack update --dry-run')
+ show_deprecated('heat stack-preview', 'openstack stack create --dry-run')
tpl_files, template = template_utils.get_template_contents(
args.template_file,