summaryrefslogtreecommitdiff
path: root/cloudinit/config/cc_reset_rmc.py
diff options
context:
space:
mode:
Diffstat (limited to 'cloudinit/config/cc_reset_rmc.py')
-rw-r--r--cloudinit/config/cc_reset_rmc.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/cloudinit/config/cc_reset_rmc.py b/cloudinit/config/cc_reset_rmc.py
index a780e4ff..d687c482 100644
--- a/cloudinit/config/cc_reset_rmc.py
+++ b/cloudinit/config/cc_reset_rmc.py
@@ -149,4 +149,4 @@ def reset_rmc():
if node_id_after == node_id_before:
msg = "New node ID did not get generated."
LOG.error(msg)
- raise Exception(msg)
+ raise RuntimeError(msg)