Re: Plugin Changes 4.3 to 4.4

2014-05-27 Thread Matt Spurlin
My api plugin shows up when CloudStack is loading module contexts, but it does not appear in the API list in the command listApis. I also have lines in my log that state "getting api commands of service" followed by the names of my modules. On Fri, May 23, 2014 at 11:11 PM, Chris Suich wrote: > I

Re: Plugin Changes 4.3 to 4.4

2014-05-23 Thread Chris Suich
I'm not quite sure I follow. Are you able to access the API directly, but it isn't showing up in CloudMonkey? Do your APIs show up if you look at the API list at "http://:8096/api?command=listApis"? On Fri, May 23, 2014 at 5:10 PM, Matt Spurlin wrote: > I have a plugin that was working previously

Plugin Changes 4.3 to 4.4

2014-05-23 Thread Matt Spurlin
I have a plugin that was working previously in 4.3. It uses new plugin discovery system, so as long as it is on the classpath it is loaded. In 4.4 however I am not able to get the APIs to appear in CloudMonkey. It appears to be loading just fine, but my root admin account cannot access the APIs. Do