mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-03-27 04:10:32 +03:00
Allow inventory_builder to add nodes with hostname (#5398)
Change-Id: Ifd7dd7ce8778f4f1be2016cae8d74452173b5312
This commit is contained in:
committed by
Kubernetes Prow Robot
parent
18cee65c4b
commit
e44b0727d5
@@ -22,7 +22,7 @@ path = "./contrib/inventory_builder/"
|
||||
if path not in sys.path:
|
||||
sys.path.append(path)
|
||||
|
||||
import inventory
|
||||
import inventory # noqa
|
||||
|
||||
|
||||
class TestInventory(unittest.TestCase):
|
||||
|
||||
Reference in New Issue
Block a user