Merge branch 'master' into patch-1

This commit is contained in:
Christoffer Nicklasson 2021-09-24 07:08:30 +02:00 committed by GitHub
commit 2f033f1bfc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 11 additions and 3 deletions

View file

@ -12,8 +12,10 @@ class HPHost(ServerBase):
def is_blade(self):
blade = self.product.startswith("ProLiant BL")
blade |= self.product.startswith("ProLiant m") and \
self.product.endswith("Server Cartridge")
return blade
def _find_rack_locator(self):