Skip to content

Commit

Permalink
Merge pull request #275 from rackerlabs/ironic-understack-hook-fix
Browse files Browse the repository at this point in the history
fix: ironic_understack: fix inspection hook loading
  • Loading branch information
cardoe authored Sep 12, 2024
2 parents 5b2b46a + d2bfcfa commit a3691e8
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# from ironic.drivers.modules.inspector.hooks import base
from ironic.common import exception
from ironic.drivers.modules.inspector.hooks import base
from ironic_understack.conf import CONF
from ironic_understack.flavor_spec import FlavorSpec
from ironic_understack.machine import Machine
from ironic_understack.matcher import Matcher
Expand Down

0 comments on commit a3691e8

Please sign in to comment.