StarlingX Fault Management
Go to file
Charles Short 5d2dfab5f9 python3: Fix compatibility issues
- use absolute path imports to compat python3
- Replace dict.keys() with list(dict.keys()) to get a list on Python
  3. On Python 3, dict.keys() now returns a view.
- Fix iteritems to use items for python3.

Testing:
1. Built packaging with new python3 packaging.
2. Built resulting ISO with new python-fmclient package.
3. Ran "fm" under python3. Verifified that no tracebacks
   happened because it could not find common_wrappers.py.
4. Ran fm alarm-list to verify that output was displayed.
5. Ran fm event-list to display the events.
6. Ran fm alarm-show to show an active alarm.

Story: 2006796
Task: 42257

Signed-off-by: Charles Short <charles.short@windriver.com>
Change-Id: I5081d0685c7ad200076a76b7709cbe4f39c7b456
2021-04-15 12:44:53 -04:00
api-ref/source Switch to newer openstackdocstheme and reno versions 2020-06-04 14:20:25 +02:00
devstack Use DevStack's setup_*() functions for Python packages 2019-05-17 13:11:58 -05:00
doc Switch to newer openstackdocstheme and reno versions 2020-06-04 14:20:25 +02:00
fm-api Merge branch 'master' into f/centos8 2020-12-02 13:12:37 +08:00
fm-common Fix zuul jobs broken due to pip upversion 2021-04-09 09:46:19 -04:00
fm-doc Merge branch 'master' into f/centos8 2020-12-02 13:12:37 +08:00
fm-mgr Add auto-versioning to starlingx/fault packages 2020-05-27 15:19:34 -04:00
fm-rest-api Merge branch 'master' into f/centos8 2020-12-02 13:12:37 +08:00
python-fmclient python3: Fix compatibility issues 2021-04-15 12:44:53 -04:00
releasenotes Switch to newer openstackdocstheme and reno versions 2020-06-04 14:20:25 +02:00
snmp-audittrail Merge branch 'master' into f/centos8 2020-12-02 13:12:37 +08:00
snmp-ext Add auto-versioning to starlingx/fault packages 2020-05-27 15:19:34 -04:00
.gitignore Create test framework for python with stestr. 2020-01-16 16:45:45 +08:00
.gitreview .gitreview: Update for f/centos8 feature branch 2019-12-23 21:38:26 -08:00
.zuul.yaml Tox and Zuul job for the python code scan in starlingx/fault 2020-04-27 11:14:36 +02:00
CONTRIBUTORS.wrs StarlingX open source release updates 2018-05-31 07:36:00 -07:00
LICENSE StarlingX open source release updates 2018-05-31 07:36:00 -07:00
README.rst Followup opendev cleanup and test jobs 2019-04-20 20:26:25 -05:00
bindep.txt Tox: add tox job and requirements to improve specfiles 2019-07-16 13:15:24 -07:00
centos_build_layer.cfg Build layering, add layer build config file 2019-10-15 19:41:08 +08:00
centos_iso_image.inc CentOS 8: Uncomment the packages for fault 2020-05-25 15:00:19 +08:00
centos_pkg_dirs CentOS 8: Uncomment the packages for fault 2020-05-25 15:00:19 +08:00
centos_stable_docker_images.inc Create the stable wheel and image build files 2019-03-24 21:08:19 -04:00
centos_stable_wheels.inc Create the stable wheel and image build files 2019-03-24 21:08:19 -04:00
pylint.rc Adding pylint zuul and tox target 2020-03-11 09:05:18 -05:00
requirements.txt Adding pylint zuul and tox target 2020-03-11 09:05:18 -05:00
test-requirements.txt Fix zuul jobs broken due to pip upversion 2021-04-09 09:46:19 -04:00
tox.ini Fix zuul jobs broken due to pip upversion 2021-04-09 09:46:19 -04:00

README.rst

fault

StarlingX Fault Management