python-heatclient/heatclient/v1
ricolin 82c842f3d9 Update stack_id clearify for heat client functions
most of our client major function require stack_id. We should
provide more specific information (at lest in function description)
to clearify that it's allowed to feed in stack name to `stack_id`
too. For example, both `heat.stacks.get($Stack_UUID)` and
`heat.stacks.get($Stack_Name)` works.

Change-Id: I4428097140e0391a77679f5c69e00966f249efd7
2019-08-03 00:42:19 +08:00
..
__init__.py Fix H302 errors 2014-11-26 18:25:12 +02:00
actions.py Add --no-rollback option for stack cancel 2017-11-08 07:35:56 +05:30
build_info.py Move required modules from oslo-incubator 2016-11-12 19:15:40 +05:30
client.py Edit backslashes for lines continuations 2016-01-28 11:40:05 +03:00
events.py Update stack_id clearify for heat client functions 2019-08-03 00:42:19 +08:00
resource_types.py Don't encode path separators 2017-05-09 14:55:41 +05:30
resources.py Update stack_id clearify for heat client functions 2019-08-03 00:42:19 +08:00
services.py Move required modules from oslo-incubator 2016-11-12 19:15:40 +05:30
shell.py Load files from adopt file when adopt stack 2018-07-20 15:34:04 +00:00
software_configs.py Replace six.iteritems() with .items() 2017-03-31 15:16:54 +05:30
software_deployments.py Don't encode path separators 2017-05-09 14:55:41 +05:30
stacks.py Update stack_id clearify for heat client functions 2019-08-03 00:42:19 +08:00
template_versions.py Don't encode path separators 2017-05-09 14:55:41 +05:30