Dean Troyer 6e5e94fa7e Add plugin interface version
External plugins need to know which plugin interface is being
used by the host OSC.  Releases <1.6 (?) will not have a
version defined.

Plugins can add the following to their make_client() to discover
the interface version:

    _plugin_interface_version = getattr(
        instance,
        "PLUGIN_INTERFACE_VERSION",
        None,
    )

Change-Id: Ifc0f40fec5bc27f6425139984936b7f6e032a580
2015-07-22 11:06:41 -05:00
2013-02-06 16:47:06 +02:00
2015-06-01 17:46:02 +10:00
2014-07-22 17:51:15 -06:00
2012-04-18 13:16:39 -05:00
2015-07-13 14:50:47 -06:00
2015-07-15 01:37:44 +00:00
2015-07-13 14:50:47 -06:00
Description
OpenStackClient plugin library support
4.3 MiB
Languages
Python 100%