Add IBM to the Nailgun Agent REMOVABLE_VENDORS list

Some Adaptec controllers shipped with IBM hardware have
VendorID changed to IBM.

Change-Id: Id23e1bdfa45ac4533aa101dff1e44ad5d0e5f5d7
Closes-Bug: #1294222
This commit is contained in:
Miroslav Anashkin 2014-03-19 20:19:30 +04:00
parent b5f9e4fd66
commit 3f2a2948b9
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ AGENT_CONFIG = "/etc/nailgun-agent/config.yaml"
# https://github.com/stackforge/fuel-astute/blob/master/mcagents/erase_node.rb#L81
STORAGE_CODES = [3, 8, 65, 66, 67, 68, 69, 70, 71, 104, 105, 106, 107, 108, 109, 110, 111, 202, 252, 253]
REMOVABLE_VENDORS = [
"Adaptec",
"Adaptec", "IBM",
]
def digest(body)