On Wed, Feb 26, 2014 at 1:43 PM, Jay Dobies <[email protected]> wrote: > > I like the notion of OpenStackClient. I'll talk ideals for a second. If we > had a standard framework and each project provided a command abstraction > that plugged in, we could pick and choose what we included under the Tuskar > umbrella. Advanced users with particular needs could go directly to the > project clients if needed. >
This is a thing. https://github.com/dtroyer/python-oscplugin is an example of a stand-alone OSC plugin that only needs to be installed to be recognized. FWIW, four of the built-in API command sets in OSC also are loaded in this manner even though they are in the OSC repo so they represent additional examples of writing plugins. dt -- Dean Troyer [email protected]
_______________________________________________ OpenStack-dev mailing list [email protected] http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev
