StarlingX High Availability/Process Monitoring/Service Management
Go to file
Sun Austin ec02214db7 Fix: others issues for Python 2/3 compatible code.
Fix: "reduce" issue in
   service-mgmt-api/sm-api/sm_api/openstack/common/rpc/impl_zmq.py
     - from functools import reduce to support python 3
Fix: "long" issue in
   service-mgmt-api/sm-api/sm_api/openstack/common/jsonutils.py
     -  remove long type if for python 3
     -  change to six.integer_types
Fix: "funcattrs" issue in
   service-mgmt-api/sm-api/sm_api/openstack/common/db/sqlalchemy/session.py
     - change f.func_name to f.__name__
Fix: "zip" and "methodattrs" issues in
   service-mgmt-api/sm-api/sm_api/common/safe_utils.py
     - change zip() to list(zip())
     - change function.im_self to function.__self__
Fix: "itertools" issue in
   service-mgmt-api/sm-api/sm_api/openstack/common/log.py
     - from six import moves and use moves.filter

Story: 2003430
Task: 26523

Change-Id: I37b47a12a24ef05fb4d57823b2a91086b6ca537f
Signed-off-by: Sun Austin <austin.sun@intel.com>
2018-10-27 09:30:19 +08:00
api-ref/source [Doc] openstackdocstheme starlingxdocs theme 2018-10-22 14:36:04 +00:00
doc [Doc] openstackdocstheme starlingxdocs theme 2018-10-22 14:36:04 +00:00
releasenotes [Doc] openstackdocstheme starlingxdocs theme 2018-10-22 14:36:04 +00:00
service-mgmt close File point when it was opened in C files 2018-10-23 08:56:55 +08:00
service-mgmt-api Fix: others issues for Python 2/3 compatible code. 2018-10-27 09:30:19 +08:00
service-mgmt-client Add hooks for python wheel generation 2018-10-24 17:13:06 +00:00
service-mgmt-tools Add hooks for python wheel generation 2018-10-24 17:13:06 +00:00
.gitignore [Doc] OpenStack API Reference Guide 2018-09-27 10:14:44 -07:00
.gitreview Add .gitreview 2018-05-31 07:36:26 -07:00
.zuul.yaml Add api-ref and relnotes publish jobs 2018-10-11 08:16:45 -05:00
CONTRIBUTORS.wrs StarlingX open source release updates 2018-05-31 07:36:26 -07:00
LICENSE StarlingX open source release updates 2018-05-31 07:36:26 -07:00
README.rst fixing typo 2018-06-27 14:32:15 -05:00
centos_iso_image.inc Split image.inc across git repos 2018-08-15 16:45:18 -04:00
centos_pkg_dirs Split centos-pkg-dirs along git boundaries. 2018-06-20 16:26:24 -04:00
centos_wheels.inc Add hooks for python wheel generation 2018-10-24 17:13:06 +00:00
pylint.rc Adding pylint target to stx-ha 2018-10-04 09:20:06 -05:00
test-requirements.txt Add default test framework 2018-06-09 08:56:58 -05:00
tox.ini Fix: "metaclass" issues for Python 2/3 compatible code. 2018-10-26 11:49:16 +08:00

README.rst

stx-ha

StarlingX Service Management