Skip to content

Commit

Permalink
[#463] Add edi generation token to all token list (#478)
Browse files Browse the repository at this point in the history
  • Loading branch information
allesh-clmb authored and kirillmakhonin committed Sep 24, 2018
1 parent 237f221 commit de71f3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion legion/legion/edi/server.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
EDI_INFO = '/api/{version}/info'
EDI_GENERATE_TOKEN = '/api/{version}/generate_token'

ALL_EDI_API_ENDPOINTS = EDI_DEPLOY, EDI_UNDEPLOY, EDI_SCALE, EDI_INSPECT, EDI_INFO
ALL_EDI_API_ENDPOINTS = EDI_DEPLOY, EDI_UNDEPLOY, EDI_SCALE, EDI_INSPECT, EDI_INFO, EDI_GENERATE_TOKEN


def build_blueprint_url(endpoint_url_template):
Expand Down

0 comments on commit de71f3d

Please sign in to comment.