One place missed
Change-Id: I55fba0cf9318ec7cfcf23d0380829e243019a113
This commit is contained in:
@@ -127,7 +127,7 @@ class Server(object):
|
||||
)
|
||||
return
|
||||
|
||||
if resp.status_code not in('200', '203'):
|
||||
if resp.status_code not in(200, 203):
|
||||
self.logger.error(
|
||||
'Error geting status from Nova, error {0}'
|
||||
.format(resp.status_code)
|
||||
|
||||
Reference in New Issue
Block a user