Skip to content

Commit

Permalink
Use base_physnet plugin in Ironic Inspector
Browse files Browse the repository at this point in the history
Since Ussuri, Ironic Inspector contains a base_physnet plugin that was
based on the one in this repository. This change switches to use that
plugin and deletes the one in this repository.

This also fixes an issue caused by a change in the Ironic client:

    Unexpected exception during processing: TypeError: get_client() got
    an unexpected keyword argument 'api_version'

Fixes: #11
  • Loading branch information
markgoddard committed May 24, 2022
1 parent 20abc82 commit f9adbf0
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 129 deletions.
127 changes: 0 additions & 127 deletions stackhpc_inspector_plugins/plugins/base_physnet.py

This file was deleted.

2 changes: 1 addition & 1 deletion stackhpc_inspector_plugins/plugins/ib_physnet.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
from ironic_inspector import utils
from oslo_config import cfg

from stackhpc_inspector_plugins.plugins import base_physnet
from ironic_inspector.plugins import base_physnet

LOG = utils.getProcessingLogger(__name__)

Expand Down
2 changes: 1 addition & 1 deletion stackhpc_inspector_plugins/plugins/system_name_physnet.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
from ironic_inspector import utils
from oslo_config import cfg

from stackhpc_inspector_plugins.plugins import base_physnet
from ironic_inspector.plugins import base_physnet
from stackhpc_inspector_plugins import utils as sip_utils

LOG = utils.getProcessingLogger(__name__)
Expand Down

0 comments on commit f9adbf0

Please sign in to comment.