Change RCA API to index
Change-Id: I15ebc4d95f07454be3dfa70b2b660bd9b7f8f1b9
This commit is contained in:
parent
27cd67343b
commit
1e3988be3c
@ -30,7 +30,7 @@ LOG = log.getLogger(__name__)
|
||||
|
||||
class RCAController(RootRestController):
|
||||
@pecan.expose('json')
|
||||
def get(self, alarm_id):
|
||||
def index(self, alarm_id):
|
||||
enforce('get rca', pecan.request.headers,
|
||||
pecan.request.enforcer, {})
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user