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
2016-08-11 09:36:36 -04:00
2016-08-11 09:36:36 -04:00
2016-08-11 09:36:36 -04:00
2016-08-11 09:36:36 -04:00
2016-08-11 09:36:36 -04:00
2016-08-11 09:36:36 -04:00
2016-08-11 09:36:36 -04:00
2016-08-11 09:36:36 -04:00
2016-08-11 09:36:36 -04:00
2016-08-11 09:36:36 -04:00
2016-08-25 16:20:15 -04:00
2016-08-11 09:36:36 -04: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.

Description
VirtualPDU is a service for simulating power distribution units (PDUs).
Readme 906 KiB
Languages
Python 100%