Python ServerView Common Command Interface (SCCI) Client Library
Go to file
Shukun Song ca8d40c2ab Encode parameters passed to pyghmi.ipmi.Command
Currently there is an issue in pyghmi which is if the userid or password
passed to Command is string, the Command would not be initialized
correctly and the program will stuck if someone uses the same parameters
to create a Command object twice in a short time.

This issue can be work around by passing the utf-8 encoded userid and
password when creating a Command object.

Change-Id: Id99e61da0a40d64ac3a766b9868580d4d580b9d7
2022-07-15 15:11:34 +09:00
doc Bring tests to current openstack release 2021-08-12 08:17:53 +02:00
scciclient Encode parameters passed to pyghmi.ipmi.Command 2022-07-15 15:11:34 +09:00
.coveragerc Change ignore-errors to ignore_errors 2016-03-01 13:42:48 +09:00
.gitignore Fix coverage command for tox 2018-09-18 12:52:00 +00:00
.gitreview OpenDev Migration Patch 2019-04-19 19:51:44 +00:00
.mailmap Initial Cookiecutter Commit. 2015-01-22 00:44:05 +09:00
.stestr.conf Switch to stestr 2018-07-10 07:46:38 +07:00
.zuul.yaml Use only Yoga tests 2021-12-06 10:39:51 +09:00
CONTRIBUTING.rst Change http links to https according to official website 2018-01-17 17:38:15 -08:00
HACKING.rst Change http links to https according to official website 2018-01-17 17:38:15 -08:00
LICENSE Initial Cookiecutter Commit. 2015-01-22 00:44:05 +09:00
MANIFEST.in Initial Cookiecutter Commit. 2015-01-22 00:44:05 +09:00
README.rst Add description of iRMC S5 support 2022-01-18 18:49:25 +09:00
babel.cfg Initial Cookiecutter Commit. 2015-01-22 00:44:05 +09:00
openstack-common.conf Initial Cookiecutter Commit. 2015-01-22 00:44:05 +09:00
requirements.txt Use defusedxml instead of standard xml 2022-01-18 17:47:25 +09:00
setup.cfg Drop Python2.7 support 2022-01-18 17:21:25 +09:00
setup.py Updated from global requirements 2017-03-03 09:05:51 +00:00
test-requirements.txt Use standard library unittest.mock instead of mock 2022-01-18 18:06:53 +09:00
tox.ini Drop Python2.7 support 2022-01-18 17:21:25 +09:00

README.rst

python-scciclient

Python ServerView Common Command Interface (SCCI) Client Library

  • Free software: Apache license

Features

  • support ServerView Common Command Interface (SCCI) for FUJITSU iRMC S4/S5 - integrated Remote Management Controller