diff --git a/docs/deployment_guide/install_backend/configure_pool.rst b/docs/deployment_guide/install_backend/configure_pool.rst index 303f22a6c..aaf0e87e2 100644 --- a/docs/deployment_guide/install_backend/configure_pool.rst +++ b/docs/deployment_guide/install_backend/configure_pool.rst @@ -34,9 +34,11 @@ OSMO automatically creates a default pool during initial service deployment. Lin $ cat << EOF > /tmp/pool_config.json { - "default": { - "backend": "", - "description": "" + "pools": { + "default": { + "backend": "", + "description": "" + } } } EOF