VirtualPDU is a service for simulating power distribution units (PDUs).
Go to file
Ilya Etingof 8bc40fff79 fix uninitialized ASN.1 objects use
The underlying pyasn1 library has a notion of `schema` and
`value` object. The `schema` object can't be used with
regular Python operators as values because `schema` does
not carry any value, it's rather a type.

This fix turns a couple of `NoSuchInstance` schema
objects into proper `value` objects to retain compatibility
with the latest pysnmp which removed the default initializer
of the `NoSuchInstance` object.

Change-Id: Id044a0e437724bf1f3581e9187e2a1e6c336b1bc
2018-02-16 11:57:59 +01:00
doc/source Removes unnecessary utf-8 encoding 2017-07-27 18:46:15 +00:00
releasenotes Initial Cookiecutter Commit. 2016-08-11 09:36:36 -04:00
virtualpdu fix uninitialized ASN.1 objects use 2018-02-16 11:57:59 +01:00
.coveragerc Initial Cookiecutter Commit. 2016-08-11 09:36:36 -04:00
.gitignore Initial Cookiecutter Commit. 2016-08-11 09:36:36 -04:00
.gitreview Initial Cookiecutter Commit. 2016-08-11 09:36:36 -04:00
.mailmap Initial Cookiecutter Commit. 2016-08-11 09:36:36 -04:00
.testr.conf Initial Cookiecutter Commit. 2016-08-11 09:36:36 -04:00
.travis.yml Make sure virtualpdu is tested on py27,34,35 2016-11-09 17:18:15 -05:00
babel.cfg Initial Cookiecutter Commit. 2016-08-11 09:36:36 -04:00
CONTRIBUTING.rst Initial Cookiecutter Commit. 2016-08-11 09:36:36 -04:00
HACKING.rst Initial Cookiecutter Commit. 2016-08-11 09:36:36 -04:00
LICENSE Initial Cookiecutter Commit. 2016-08-11 09:36:36 -04:00
README.rst Merge "Add link to docker container in readme" 2017-07-27 19:06:03 +00:00
requirements.txt Updating pyasn1 and pysnmp<5.0.0,>=4.3.4 2017-03-03 15:57:00 -05:00
setup.cfg Introduce the virtualpdu entry point 2016-08-25 16:20:15 -04:00
setup.py Initial Cookiecutter Commit. 2016-08-11 09:36:36 -04:00
test-requirements.txt Provide APC rack PDU outlet names 2016-10-24 14:21:34 -04:00
tox.ini Make sure virtualpdu is tested on py27,34,35 2016-11-09 17:18:15 -05:00

virtualpdu

VirtualPDU is a service for simulating virtual power distribution outlets (PDUs).

virtualpdu is licensed under the Apache License like the rest of OpenStack.