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
2017-10-05 11:17:07 +07:00
2017-10-07 02:04:45 +00:00
2017-08-17 14:01:00 +00:00
2017-09-08 09:11:52 +08:00
2017-09-25 14:54:26 +00:00
2016-11-02 05:15:29 +00:00
2016-09-03 16:03:04 -05:00
2016-06-08 22:21:34 -05:00
2017-10-07 02:04:45 +00:00
2016-05-12 14:59:56 -04:00
2017-04-07 10:50:23 +08:00
2017-07-15 16:10:06 +07:00
2016-05-12 14:59:56 -04:00
2017-06-10 13:40:18 +00:00
2017-10-03 13:58:25 +00:00

Team and repository tags

image

image

Zun

Container Management service for OpenStack

Zun (ex. Higgins) is a Container Management service for OpenStack. It aims to provide an OpenStack API for launching and managing containers backed by different container technologies.

Features

  • TODO
Description
Containers Service for OpenStack
Readme 26 MiB
Languages
Python 99.3%
Shell 0.7%