Open-source implementation of the NSI protocol with support for different backends
BSD 3-Clause "New" or "Revised" License
13
stars
19
forks
source link
The reserve state machine state of "ReserveComitting" is spelled incorrectly. #43
Open
jmacauley opened 1 year ago
Line 21 in state.py:
RESERVE_COMMITTING = 'ReserveComitting'
Has the string
"ReserveComitting"
spelled incorrectly. This should be spelled"ReserveCommitting"
as per the WSDL/XML specification.Here is a reference to the original commit that introduced the error: https://github.com/NORDUnet/opennsa/commit/ab28576210ef415073bb6c27a3459a2af71d8f85#r115194741