Added a todo comment

This commit is contained in:
Anton Beloglazov 2012-10-05 17:50:54 +10:00
parent c13f70c19f
commit 6f6f3e044c

View File

@ -196,7 +196,7 @@ def get_remote_addr(request):
@bottle.put('/')
def service():
# If some VMs are being migrated, no new requests should be processed
# TODO: If some VMs are being migrated, no new requests should be processed
params = get_params(bottle.request)
state = bottle.app().state
validate_params(state['state']['hashed_username'],