From 9e5e9346284c95694b272db1cd96c8bdd9806097 Mon Sep 17 00:00:00 2001 From: Nikos Skalkotos Date: Fri, 11 Oct 2013 14:50:50 +0300 Subject: [PATCH] docs: Reflect the changes made in local backend --- docs/interface.rst | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/docs/interface.rst b/docs/interface.rst index 72224ff..932a182 100644 --- a/docs/interface.rst +++ b/docs/interface.rst @@ -46,15 +46,14 @@ It is a URI and its prefix denotes the type of :ref:`backend ` to be used. If no prefix is used, it defaults to the local backend: * **Local backend**: - To select it, the prefix should be ``file://``, followed by the name of the + To select it, the prefix should be ``local://``, followed by the name of the image. All local images are expected to be found under a predefined image - directory (``/var/lib/snf-image`` by default). The name of the actual file - should be ``.``. + directory (``/var/lib/snf-image`` by default). | For example, if we want to deploy the image file: | ``/var/lib/snf-image/slackware.diskdump`` | We need to assign: - | ``img_format=diskdump`` and ``img_id=file://slackware`` + | ``img_format=diskdump`` and ``img_id=file://slackware.diskdump`` * **Network backend**: If the **imd_id** starts with ``http:``, ``https:``, ``ftp:`` or ``ftps:``, -- 1.7.10.4