summaryrefslogtreecommitdiff
path: root/heatclient/v1
diff options
context:
space:
mode:
authorrabi <ramishra@redhat.com>2016-07-13 09:20:37 +0530
committerrabi <ramishra@redhat.com>2016-07-13 09:22:19 +0530
commit4482223bcc27656d3feb26c4b270adf9214157e5 (patch)
treebece148a333a4888e0a63518686e8922e53cf277 /heatclient/v1
parent7a25fe4286386ebfb0645e681ab01e2f760514a8 (diff)
downloadpython-heatclient-4482223bcc27656d3feb26c4b270adf9214157e5.tar.gz
Fix deprecation message for stack-preview
Change-Id: Ifeb3a2751e6a59092a639463806d45c683219bfa Closes-Bug: #1602301
Diffstat (limited to 'heatclient/v1')
-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,