Skip to content
Snippets Groups Projects
Commit cae88eee authored by root's avatar root
Browse files

changed account create tasks for cod cluster

parent 80e4ffb9
No related branches found
No related tags found
Loading
...@@ -4,7 +4,7 @@ from rc_rmq import RCRMQ ...@@ -4,7 +4,7 @@ from rc_rmq import RCRMQ
import json import json
rc_rmq = RCRMQ({'exchange': 'RegUsr', 'exchange_type': 'topic'}) rc_rmq = RCRMQ({'exchange': 'RegUsr', 'exchange_type': 'topic'})
tasks = {'ohpc_account': None, 'ood_account': None, 'slurm_account': None} tasks = {'create_account': None, 'git_commit': None, 'dir_verify': None, 'subscribe_mail_list': None, 'notify_user': None}
logger_fmt = '%(asctime)s [%(module)s] - %(message)s' logger_fmt = '%(asctime)s [%(module)s] - %(message)s'
def add_account(username, email, full='', reason=''): def add_account(username, email, full='', reason=''):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment