syntax error..
This commit is contained in:
parent
d4fa7dff98
commit
4269fa85b1
1 changed files with 1 additions and 1 deletions
|
|
@ -81,7 +81,7 @@ class Inventory():
|
||||||
manufacturer = self.find_or_create_manufacturer(self, cpu["vendor"])
|
manufacturer = self.find_or_create_manufacturer(self, cpu["vendor"])
|
||||||
_ = nb.dcim.inventory_items.create(
|
_ = nb.dcim.inventory_items.create(
|
||||||
device=self.device_id,
|
device=self.device_id,
|
||||||
manufacturer = manufacturer.id
|
manufacturer = manufacturer.id,
|
||||||
discovered=True,
|
discovered=True,
|
||||||
tags=[INVENTORY_TAG['cpu']['name']],
|
tags=[INVENTORY_TAG['cpu']['name']],
|
||||||
name=cpu['product'],
|
name=cpu['product'],
|
||||||
|
|
|
||||||
Loading…
Add table
editor.link_modal.header
Reference in a new issue