openstack-python-heatclient/heatclient
PriyaDuggirala f73c2a4177 Modify error message encountered during stack update
Parameters of an existing stack can be updated with
openstack stack update <stack> --existing --parameter <parameter>=<newvalue>
Example : openstack stack update stack1 --parameter p1=v1
If the --existing option is skipped, it leads to the below error
Need to specify exactly one of --template-file, --template-url or --template-object
This error is misleading as the user might think that stack update
cannot be performed without specifying a new template.

Modify the error message with --existing option.

Change-Id: Idce88bde848378e00b1c873245600ba205939668
Closes-Bug: #1723864
2017-10-27 20:33:25 +05:30
..
common Modify error message encountered during stack update 2017-10-27 20:33:25 +05:30
osc Support --show-nested in openstack stack update --dry-run 2017-09-28 08:28:27 +00:00
tests Modify error message encountered during stack update 2017-10-27 20:33:25 +05:30
v1 Fixing read before prompt bug 2017-07-26 19:20:33 +01:00
__init__.py Support --version for heatclient 2013-09-04 14:29:56 +08:00
_i18n.py Remove log translations 2017-03-23 11:39:51 +08:00
client.py Make method import_versioned_module work 2016-11-09 09:07:39 +00:00
exc.py Move required modules from oslo-incubator 2016-11-12 19:15:40 +05:30
shell.py Merge "Trivial:remove unused code" 2017-02-07 00:46:02 +00:00