Mentions légales du service

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

g5k: allow to use deploy with multiple job types

Cherry-pick from: 39b7b5f1
parent 8035b0f2
No related merge requests found
......@@ -360,7 +360,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