summaryrefslogtreecommitdiff
path: root/heat/rpc
diff options
context:
space:
mode:
authorzhaozhilong <zhaozhilong@unitedstack.com>2016-02-23 11:24:45 +0800
committerzhaozhilong <zhaozhilong@unitedstack.com>2016-02-24 06:18:48 +0000
commit63c0d51017dd65da6851dfa4ca915167b9e20504 (patch)
treee89b8d707bf7060c197d9615a8b6c8b88d1d2902 /heat/rpc
parent4da2e1262fa42e6107389ba7a0e72ade024e316f (diff)
downloadheat-63c0d51017dd65da6851dfa4ca915167b9e20504.tar.gz
Fix a small typo again
list_stack_resoure -> list_stack_resource Change-Id: I8613c92740549e978a52048d33aac969726aa941
Diffstat (limited to 'heat/rpc')
-rw-r--r--heat/rpc/client.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/heat/rpc/client.py b/heat/rpc/client.py
index 670ba7d44..d9b837f8a 100644
--- a/heat/rpc/client.py
+++ b/heat/rpc/client.py
@@ -43,7 +43,7 @@ class EngineClient(object):
1.22 - Add support for stack export
1.23 - Add environment_files to create/update/preview/validate
1.24 - Adds ignorable_errors to validate_template
- 1.25 - list_stack_resoure filter update
+ 1.25 - list_stack_resource filter update
"""
BASE_RPC_API_VERSION = '1.0'