Closed jathanism closed 8 years ago
If we don't provide state, this happens:
$ nsot networks add -c 10.125.0.0/16 [FAILURE] state: This field may not be null.
If we provide -S/--state, it works:
-S/--state
$ nsot networks add -c 10.125.0.0/16 -S allocated [SUCCESS] Added network!
It should succeed without having to provide it.
If we don't provide state, this happens:
If we provide
-S/--state
, it works:It should succeed without having to provide it.