From: Nikos Skalkotos Date: Fri, 11 Oct 2013 11:50:50 +0000 (+0300) Subject: docs: Reflect the changes made in local backend X-Git-Tag: 0.11~1^2~5 X-Git-Url: https://code.grnet.gr/git/snf-image/commitdiff_plain/9e5e9346284c95694b272db1cd96c8bdd9806097 docs: Reflect the changes made in local backend --- 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:``,