Commit 6e4c5170 authored by Romain Courteaud's avatar Romain Courteaud 🐙

recipe/addresiliency: stop using the parameter_dict

The value can already be accessed from the buildout parameters.
No need to do one http query to read the value.
parent edbc8576
Pipeline #40207 failed with stage
in 0 seconds
......@@ -50,6 +50,6 @@ class Recipe(GenericSlapRecipe):
'computer_guid': slap_connection['computer-id'],
'partition_id': slap_connection['partition-id'],
'software_release': slap_connection['software-release-url'],
'namebase': self.parameter_dict['namebase'],
'namebase': self.options['namebase'],
'takeover_triggered_file_path': self.options['takeover-triggered-file-path'],
})
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