From eeb3a5f9c796fed535c0e73a45aef2ad9a6beee0 Mon Sep 17 00:00:00 2001
From: Iustin Pop <iustin@google.com>
Date: Sun, 10 Feb 2008 12:10:26 +0000
Subject: [PATCH] Fix a wrong OP_ID added in r261

Reviewed-by: ultrotter
---
 lib/opcodes.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/opcodes.py b/lib/opcodes.py
index 7203b8aa5..87bcf057b 100644
--- a/lib/opcodes.py
+++ b/lib/opcodes.py
@@ -201,7 +201,7 @@ class OpShutdownInstance(OpCode):
 
 class OpRebootInstance(OpCode):
   """Reboot an instance."""
-  OP_ID = "OP_INSTANCE_STARTUP"
+  OP_ID = "OP_INSTANCE_REBOOT"
   __slots__ = ["instance_name", "reboot_type", "extra_args",
                "ignore_secondaries" ]
 
-- 
GitLab