Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
Gelencsér Szabolcs
/
agentdriver
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Wiki
Members
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
A prog2-höz tartozó friss repo anyagok itt elérhetőek:
https://git.iit.bme.hu/
Commit
72fb083e
authored
Jun 20, 2014
by
Bach Dániel
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix get_keys task
parent
081bdf71
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
agentcelery.py
+2
-2
No files found.
agentcelery.py
View file @
72fb083e
...
...
@@ -97,8 +97,8 @@ def del_keys(vm, keys):
@celery.task
(
name
=
'agent.get_keys'
)
def
get_keys
(
vm
):
logger
.
debug
(
'get_keys()'
)
reactor
.
connections
[
vm
]
.
send_command
(
command
=
'get_keys'
,
args
=
{})
re
turn
re
actor
.
connections
[
vm
]
.
send_command
(
command
=
'get_keys'
,
args
=
{}
,
uuid
=
get_keys
.
request
.
id
)
@celery.task
(
name
=
'vm.tasks.local_agent_tasks.agent_started'
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment