summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2013-07-11 11:03:34 +0000
committerGerrit Code Review <review@openstack.org>2013-07-11 11:03:34 +0000
commita4208dc54d9e23f1073e36fc906ae6a8c4603bbd (patch)
treebd558d0fdd54060db5b6d67f9c62186e361abfc3
parentcb5b027d762aae4aebf996697d296b217bf7b332 (diff)
parent2198a76839b68e4fde9c8cae64e10dd1519ecc61 (diff)
downloadpython-heatclient-a4208dc54d9e23f1073e36fc906ae6a8c4603bbd.tar.gz
Merge "Fix "heat validate" (add needed environment option)"
-rw-r--r--heatclient/v1/shell.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/heatclient/v1/shell.py b/heatclient/v1/shell.py
index c1d2f45..07092da 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='<FILE>',
help='Path to the template.')
+@utils.arg('-e', '--environment-file', metavar='<FILE>',
+ help='Path to the environment.')
@utils.arg('-o', '--template-object', metavar='<URL>',
help='URL to retrieve template object (e.g from swift)')
@utils.arg('-P', '--parameters', metavar='<KEY1=VALUE1;KEY2=VALUE2...>',