Fix deprecation message for stack-preview

Change-Id: Ifeb3a2751e6a59092a639463806d45c683219bfa
Closes-Bug: #1602301
This commit is contained in:
rabi 2016-07-13 09:20:37 +05:30
parent 7a25fe4286
commit 4482223bcc
1 changed files with 1 additions and 1 deletions

View File

@ -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,