Commit 2e82f571 authored by Vincent Pelletier's avatar Vincent Pelletier

Instanciation script (slapgrid-cp) was intended.

Kudos to Łukasz for noticing.
parent 5d5956c0
......@@ -128,7 +128,7 @@ class GenericBaseRecipe(object):
"""
The purpose of this method is to generate a password which doesn't change
from one execution to the next, so the generated password doesn't change
on each slapgrid-sr execution.
on each slapgrid-cp execution.
Currently, it returns a hardcoded password because no decision has been
taken on where a generated password should be kept (so it is generated
......
......@@ -47,7 +47,7 @@ class StablePasswordGeneratorRecipe(GenericBaseRecipe):
"""
The purpose of this class is to generate a password which doesn't change
from one execution to the next (hence "stable"), so the generated password
doesn't change on each slapgrid-sr execution.
doesn't change on each slapgrid-cp execution.
See GenericBaseRecipe.generatePassword .
"""
......
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