zun/contrib
junboli 9a7845f6d1 Make 'utils.monkey_patch' py3 compatible
'utils.monkey_patch' function uses py2-specific thing - 'inspect.ismethod'
for getting list of class method members. But the concept of 'unbound methods'
has been removed from the python 3.x and 'methods' now are the same type as
standalone functions.
So, add such distinguish to 'utils.monkey_patch' function
to make it py 2/3 compatible.

Change-Id: Iff9ae135486eb82f0873c3cf0f59b92bea4b169d
Closes-bug: #1722485
2017-10-10 16:57:03 +08:00
..
nova-docker Make 'utils.monkey_patch' py3 compatible 2017-10-10 16:57:03 +08:00
vagrant Mova NovaDocker driver to contrib 2017-09-14 12:09:47 -04:00