aodh/ceilometer/api
Ryan Petrello 4be513f267 Correct a misuse of RestController in the Event API
When nested RestControllers exist, in order to determine which
arguments are associated with the parent resource, pecan looks at the
get_one() method signature in the parent controller.

TraitsController needs the EventTypesController.get_one method to exist in
order to properly pass the `event_type` identifier.

Change-Id: Ic1704c8f9c810ada4e22e8de75ef2511006e8d9d
2014-01-29 15:46:51 -05:00
..
controllers Correct a misuse of RestController in the Event API 2014-01-29 15:46:51 -05:00
v1 Remove unused db engine variable in api 2014-01-27 13:15:51 +01:00
__init__.py Allow specifying a listen IP 2013-05-28 12:43:10 +01:00
acl.py api: allow alarm creation for others project by admins 2013-10-01 15:51:50 +02:00
app.py Remove unused db engine variable in api 2014-01-27 13:15:51 +01:00
app.wsgi Add sample configuration files for mod_wsgi 2013-03-08 16:10:37 -05:00
config.py Move enable_acl and debug config to ceilometer.conf 2014-01-21 17:40:17 +01:00
hooks.py Remove unused db engine variable in api 2014-01-27 13:15:51 +01:00
middleware.py Update oslo 2014-01-16 15:00:50 +01:00