Add two last missing opcodes
authorIustin Pop <iustin@google.com>
Sun, 25 Nov 2012 15:10:12 +0000 (16:10 +0100)
committerIustin Pop <iustin@google.com>
Fri, 30 Nov 2012 13:54:04 +0000 (14:54 +0100)
commit1cd563e234d3636e6bd9805bc17cb8fe6aa01589
tree8c7f8612b4f274eb9fdc12591ec74b90a2737fcc
parent8d239fa4d963a9f24da9d1a149f8be55bac179c1
Add two last missing opcodes

OpInstanceQuery was missing accidentally, whereas OpRestrictedCommand
was just recently added without Haskell definitions.

The patch also slightly improves the OpNodeQuery arbitrary generation.

Signed-off-by: Iustin Pop <iustin@google.com>
Reviewed-by: Helga Velroyen <helgav@google.com>
htest/Test/Ganeti/OpCodes.hs
htools/Ganeti/OpCodes.hs
htools/Ganeti/OpParams.hs