agent: add ServerRA to removable disk vendors

Change-Id: If00038a5c6e93f981b2fa125ca94720774b04cb7
Closes-Bug: 1306491
This commit is contained in:
Igor Kalnitsky 2014-04-28 17:16:36 +03:00
parent 4083873854
commit 0462e3e192
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", "IBM",
"Adaptec", "IBM", "ServeRA",
]
def digest(body)