From 2198a76839b68e4fde9c8cae64e10dd1519ecc61 Mon Sep 17 00:00:00 2001 From: Angus Salkeld Date: Mon, 8 Jul 2013 14:58:14 +1000 Subject: [PATCH] Fix "heat validate" (add needed environment option) since it calls template-validate it needs that same options. Change-Id: Ic024707240af59b862146d4f478e495a93b5cd7a --- heatclient/v1/shell.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/heatclient/v1/shell.py b/heatclient/v1/shell.py index c1d2f45e..07092da6 100644 --- a/heatclient/v1/shell.py +++ b/heatclient/v1/shell.py @@ -295,6 +295,8 @@ def do_template_show(hc, args): help='URL of template.') @utils.arg('-f', '--template-file', metavar='', help='Path to the template.') +@utils.arg('-e', '--environment-file', metavar='', + help='Path to the environment.') @utils.arg('-o', '--template-object', metavar='', help='URL to retrieve template object (e.g from swift)') @utils.arg('-P', '--parameters', metavar='',