commit 15fcba294a5e40bcfb2c35a5a99fd80361be78e9
parent ee24a95f936252c6bed13741acd0fa9c3650856e
Author: Christian Grothoff <christian@grothoff.org>
Date: Sun, 11 Apr 2021 15:13:17 +0200
#6760 was now implemented
Diffstat:
1 file changed, 5 insertions(+), 6 deletions(-)
diff --git a/anastasis.rst b/anastasis.rst
@@ -1553,17 +1553,12 @@ providers:
.. code-block:: json
{
- "provider_id": [
+ "providers": [
"http://localhost:8088/",
"http://localhost:8089/"
]
}
-..note::
-
- This is currently not supported (#6760), the current implementation of the
- reducer ignores this optional argument.
-
The resulting state provides the suggested recovery policies in a way suitable
for presentation to the user:
@@ -1571,6 +1566,10 @@ for presentation to the user:
{
"backup_state": "POLICIES_REVIEWING",
+ "policy_providers" : [
+ { "provider_url" : "http://localhost:8088/" },
+ { "provider_url" : "http://localhost:8089/" }
+ ],
"policies": [
{
"methods": [