One place missed

Change-Id: I55fba0cf9318ec7cfcf23d0380829e243019a113
This commit is contained in:
Andrew Hutchings
2013-03-04 15:01:31 +00:00
parent de42ea8f9f
commit 332363213a

View File

@@ -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)