From ad2ce7023303b1b6cd6dc05cd2faf8762d6d4d54 Mon Sep 17 00:00:00 2001 From: Tom Barron Date: Sun, 18 Dec 2016 14:52:10 -0500 Subject: [PATCH] [devref] copy samples/local.conf correctly Fix the command cited in the devref devstack doc to copy samples/local.conf up one directory for use as basis for a local.conf with manila plugin added. TrivialFix Change-Id: Iab4d35d41444a05757a3f2a5552e7b4939007327 --- doc/source/devref/development-environment-devstack.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/devref/development-environment-devstack.rst b/doc/source/devref/development-environment-devstack.rst index ee0900404c..194055d084 100644 --- a/doc/source/devref/development-environment-devstack.rst +++ b/doc/source/devref/development-environment-devstack.rst @@ -51,7 +51,7 @@ Copy the local.conf sample file to the upper level directory: :: - cp sample/local.conf ../ + cp samples/local.conf . Enable the manila plugin adding the following line to the end of the local.conf file: