Set wrapper location from instance profile

parent 67096c91
......@@ -75,7 +75,7 @@ class Recipe(GenericSlapRecipe):
# XXX this is workaround
accords_lib_directory=self.options['accords_lib_directory'])
wrapper_location = self.createPythonScript(self.options['accords'],
wrapper_location = self.createPythonScript(self.options['accords-wrapper'],
'%s.accords.runAccords' % __name__,
wrapper_config_dict)
path_list.append(wrapper_location)
......
......@@ -29,6 +29,7 @@ accords-configuration-file = $${pocdirectory:poc}/accords.ini
manifest-source = ${occi-manifest:target}
manifest-destination = $${pocdirectory:poc}/manifest.xml
manifest-name = $${pocdirectory:poc}/manifest.xml
accords-wrapper = $${basedirectory:services}/accords
# Workaround
accords_lib_directory : ${accords:location}/lib
......
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