Merge "Log message"

This commit is contained in:
Zuul 2017-10-18 06:38:15 +00:00 committed by Gerrit Code Review
commit ca4f75cae0
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@ class Controller(object):
states.EnvironmentStatus.DELETING):
LOG.warning('Could not open session for environment '
'<EnvId: {id}>, environment has deploying '
'status.'.format(id=environment_id))
'or deleting status.'.format(id=environment_id))
raise exc.HTTPForbidden()
user_id = request.context.user