Merge pull request #5926 from riceo/devel

Fix Linode inventory plugin causing a Chube exception when attempting to obtain information on a specific Linode host
pull/5919/merge
Michael DeHaan 11 years ago
commit 114ad44f0f

@ -204,7 +204,7 @@ class LinodeInventory(object):
dest = node.label
# Add to index
self.index[dest] = [node.api_id]
self.index[dest] = node.api_id
# Inventory: Group by node ID (always a group of 1)
self.inventory[node.api_id] = [dest]

Loading…
Cancel
Save