Hi All,
At the core of nova-api, I am trying to trace the function which executes the SQL query for listing
all the instances for a user. I want to know where in the code this query is executed. I have traced it till this point in the code:
----
---
But where in the above file, is the SQL query executed ? Please help me
Thanks
Kumar