From d0c154c192d7c801dcf0fd952405fbc48a6475b0 Mon Sep 17 00:00:00 2001 From: Nikos Skalkotos Date: Fri, 18 Oct 2013 15:25:48 +0300 Subject: [PATCH] docs: Remove reference to a file:// img_id prefix Remove a reference to the deprecated file:// img_id prefix in the documentation --- docs/interface.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/interface.rst b/docs/interface.rst index 932a182..8909f5c 100644 --- a/docs/interface.rst +++ b/docs/interface.rst @@ -53,7 +53,7 @@ to be used. If no prefix is used, it defaults to the local backend: | 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.diskdump`` + | ``img_id=local://slackware.diskdump`` * **Network backend**: If the **imd_id** starts with ``http:``, ``https:``, ``ftp:`` or ``ftps:``, -- 1.7.10.4