Hi David, Yes, the cli is part of the codebase in master's tools/cli and license wise compliant.
No, it was not part of 4.0 and was recently committed only last week to fix this feature issue: https://issues.apache.org/jira/browse/CLOUDSTACK-132 which was requested here too: https://issues.apache.org/jira/browse/CLOUDSTACK-367 and you may search ML for CLI related emails. It's not part of the 4.0 release, but will work for 4.0 release and later as long as APIs don't change and are backwards compatible. I put that on pypi so anyone can give it a try. Regards, Rohit On 07-Nov-2012, at 4:50 PM, David Nalley <da...@gnsa.us> wrote: > Rohit: > > I saw the below commit, and then this: > > http://pypi.python.org/pypi/cloudmonkey/0.0.4 > > Is this a release of a portion of the CloudStack codebase? (This > wasn't in the 4.0.0-incubating release was it?) > Did I miss a discussion of the publication on list somewhere? > > --David > > On Tue, Nov 6, 2012 at 5:40 AM, <bhais...@apache.org> wrote: >> Updated Branches: >> refs/heads/master a94f6f19b -> b71386530 >> >> >> cli: pip install cloudmonkey works >> >> Patch makes cloudmonkey installable and redistributable using source dist >> from >> pypi under apache compliant license. Most visible issues have been solved and >> cloudmonkey should work well with CloudStack 4.0 and master, also until APIs >> do >> not change. >>