Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 39b7b5f1 authored by SIMONIN Matthieu's avatar SIMONIN Matthieu
Browse files

g5k: allow to use deploy with multiple job types

parent 1e9c5d03
No related branches found
No related tags found
No related merge requests found
......@@ -359,7 +359,7 @@ class G5k(Provider):
def launch(self):
# drop in replacement for Resource.launch
self.reserve()
if self.provider_conf.job_type == JOB_TYPE_DEPLOY:
if JOB_TYPE_DEPLOY in self.provider_conf.job_type:
self.deploy()
self.dhcp_networks()
else:
......
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