Skip to content

Commit

Permalink
config: add default queue
Browse files Browse the repository at this point in the history
* (closes #27).

Signed-off-by: Diego Rodriguez <diego.rodriguez@cern.ch>
  • Loading branch information
Diego Rodriguez committed Jun 16, 2017
1 parent 0eb39d2 commit 9e9046f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion reana_workflow_controller/rest.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
'atlas': 'atlas-queue',
'lhcb': 'lhcb-queue',
'cms': 'cms-queue',
'recast': 'recast-queue'
'default': 'default-queue'
}

restapi_blueprint = Blueprint('api', __name__)
Expand Down

0 comments on commit 9e9046f

Please sign in to comment.