heat/heat/tests/api
Crag Wolfe 3e30b16624 Omit rsrc prop data in rpc api for multiple events
The list_events rpc api no longer includes resource properties data
when returning multiple events. In the "show event" case where an event
uuid is included in the list_events request, the resource properties data
for that single event continues to be included in the output.

Note that there is no change in behaviour on the heat-api side (see
heat/api/openstack/v1/events.py). Previously when listing multiple
events, it had just been ignoring the resource properties data it
fetched from the list_events rpc api, not including it in the output
it returned (e.g., to python-heatclient).

Change-Id: I7ac83d848cdd0e6c313870c0a4d59a5d9b2301f5
Partial-Bug: #1665506
2017-03-01 10:05:37 -05:00
..
aws Migrate to keystoneauth 2016-09-06 10:07:22 +05:30
cfn Remove unnecessary setUp and tearDown 2016-09-30 10:56:31 +08:00
cloudwatch Remove unnecessary setUp and tearDown 2016-09-30 10:56:31 +08:00
middleware Use oslo.middleware SSLMiddleware 2015-09-29 09:36:36 +00:00
openstack_v1 Omit rsrc prop data in rpc api for multiple events 2017-03-01 10:05:37 -05:00
__init__.py Move all api tests to /tests/api 2015-07-08 09:31:17 +05:30
test_wsgi.py Use more specific asserts in tests 2016-11-22 08:12:35 +01:00