Commit ec9ca956 authored by Antoine Catton's avatar Antoine Catton

Put eggs keys in option dict after initialisation.

This avoid breaking option dictionnary, and publish the
parameter eggs with slapos.cookbook value into the connection
xml.
parent 807347f9
......@@ -34,8 +34,8 @@ class GenericSlapRecipe(GenericBaseRecipe):
def __init__(self, buildout, name, options):
"""Default initialisation"""
options['eggs'] = 'slapos.cookbook'
GenericBaseRecipe.__init__(self, buildout, name, options)
options['eggs'] = 'slapos.cookbook'
self.slap = slap.slap()
# SLAP related information
......
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