openstacksdk/openstack/_meta
Monty Taylor c9e337422d
Revert the Proxy metaclass
Sometimes one can be too clever. The win of generating methods here
doesn't really outweigh the complexity or the increased difficulty
understanding the codebase. Additionally, we run in to an EXCELLENTLY
obtuse error:

  TypeError: metaclass conflict: the metaclass of a derived class must be
  a (non-strict) subclass of the metaclasses of all its bases

when trying to make an abstract base class for the image proxy base
class.

Just get rid of the metaclass and restore the (very few) generated
methods.

Change-Id: Ib53d7b29526a734f1dcf4088bf156e9a29746f5b
2018-10-15 13:21:57 -05:00
..
__init__.py Generate proxy methods from resource objects 2018-02-15 08:54:35 -06:00
connection.py Use discovery instead of config to create proxies 2018-10-06 07:44:29 -05:00