I am new to CloudStack development. I have been looking at the plugin
architecture and trying to follow the guide
athttps://cwiki.apache.org/confluence/display/CLOUDSTACK/CloudStack+API+Development
I am getting a response of "{ "errorresponse" :
{"uuidList":[],"errorcode":432,"cserrorcode":9999,"errortext":"The given
command does not exist or it is not available for user"} }". It doesn't look
like it is even hitting my code in the api directory. What files need to be
changed to make CloudStack aware of my new API plugin? Is it just
commands.properties.in and /client/pom.xml?