Nova api extension
Hello,
I would like to know how I can extend the nova api and add custom functions to it. I tried searching the wiki but there is no relevant documentation to the same. If anyone has done this please do post your approach.
For example a user A can list out the servers started by him by using http://127.0.0.1/v2.0/tenantid/servers . How can i create a new api which i can access by saying http://127.0.0.1/v2.0/tenantid/myapi for the user A?
Thanks, Anush