Douglas Schilling Landgraf has uploaded a new change for review. Change subject: storage_vol_page: fix presets import ......................................................................
storage_vol_page: fix presets import In commit 5901e28f we introduce the import presets from ovirt.node.config for storage_vol, however the correct path is ovirt.node. This patch fix the presets import. Change-Id: Ib33b6a3d9248a3a477b3d689a903ae8dabfddd5a Signed-off-by: Douglas Schilling Landgraf <[email protected]> --- M src/ovirt/node/installer/core/storage_vol_page.py 1 file changed, 1 insertion(+), 1 deletion(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-node refs/changes/04/30604/1 diff --git a/src/ovirt/node/installer/core/storage_vol_page.py b/src/ovirt/node/installer/core/storage_vol_page.py index 3e59bda..db6969c 100644 --- a/src/ovirt/node/installer/core/storage_vol_page.py +++ b/src/ovirt/node/installer/core/storage_vol_page.py @@ -25,7 +25,7 @@ from ovirt.node import plugins, ui, valid from ovirt.node.utils import process from ovirt.node.exceptions import InvalidData -from ovirt.node.config import presets +from ovirt.node import presets class Plugin(plugins.NodePlugin): -- To view, visit http://gerrit.ovirt.org/30604 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Ib33b6a3d9248a3a477b3d689a903ae8dabfddd5a Gerrit-PatchSet: 1 Gerrit-Project: ovirt-node Gerrit-Branch: master Gerrit-Owner: Douglas Schilling Landgraf <[email protected]> _______________________________________________ node-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/node-patches
