Merge "agent: add ServerRA to removable disk vendors" into stable/4.1

This commit is contained in:
Jenkins 2014-06-02 13:45:04 +00:00 committed by Gerrit Code Review
commit a828d6b761
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", "ServeRA",
]
def digest(body)