summaryrefslogtreecommitdiff
path: root/heat/tests/test_rpc_client.py
diff options
context:
space:
mode:
authorAnderson Mesquita <andersonvom@gmail.com>2014-11-17 17:56:38 -0500
committerAnderson Mesquita <andersonvom@gmail.com>2014-12-04 12:52:08 -0500
commite9c24bbd85256887df54f1db375d5486617f52d8 (patch)
tree8ee7f903fb5cff1af46c7c9ee42787486e51f665 /heat/tests/test_rpc_client.py
parent6d8a5cb35cec81b23a71e8c6fa692f8e7b4dca1c (diff)
downloadheat-e9c24bbd85256887df54f1db375d5486617f52d8.tar.gz
Expose resource attributes in the API
This adds the necessary API changes to allow the user to view resource's attributes when making calls to resource show. Implements: blueprint detailed-resource-show Change-Id: Id203478dbd067743d36623e99332ac32c6f96d42
Diffstat (limited to 'heat/tests/test_rpc_client.py')
-rw-r--r--heat/tests/test_rpc_client.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/heat/tests/test_rpc_client.py b/heat/tests/test_rpc_client.py
index 9f763e758..32a23d078 100644
--- a/heat/tests/test_rpc_client.py
+++ b/heat/tests/test_rpc_client.py
@@ -207,7 +207,8 @@ class EngineRpcAPITestCase(testtools.TestCase):
def test_describe_stack_resource(self):
self._test_engine_api('describe_stack_resource', 'call',
stack_identity=self.identity,
- resource_name='LogicalResourceId')
+ resource_name='LogicalResourceId',
+ with_attr=None)
def test_find_physical_resource(self):
self._test_engine_api('find_physical_resource', 'call',