Commit 92edac56 authored by Antoine Catton's avatar Antoine Catton Committed by Romain Courteaud

Add the ability to specify partition name in request.

parent 2af0d2de
......@@ -76,7 +76,7 @@ class Recipe(object):
options['config-%s' % config_parameter]
instance = self.request(options['software-url'], software_type,
name, partition_parameter_kw=partition_parameter_kw,
options['name'], partition_parameter_kw=partition_parameter_kw,
filter_kw=filter_kw, shared=self.isSlave)
self.failed = None
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment