From 468b5bfe3fa7829079fb85168ef3067f139eec4d Mon Sep 17 00:00:00 2001
From: Yulia Portnova <yportnova@mirantis.com>
Date: Thu, 5 Sep 2013 10:36:31 +0300
Subject: [PATCH] Added help to smb_config_path conf

---
 manila/share/drivers/lvm.py | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/manila/share/drivers/lvm.py b/manila/share/drivers/lvm.py
index 794a55624a..f5380080be 100644
--- a/manila/share/drivers/lvm.py
+++ b/manila/share/drivers/lvm.py
@@ -44,7 +44,8 @@ share_opts = [
                default=None,
                help='IP to be added to export string'),
     cfg.StrOpt('smb_config_path',
-               default='$state_path/smb.conf'),
+               default='$state_path/smb.conf',
+               help="Path to smb config"),
     cfg.IntOpt('share_lvm_mirrors',
                default=0,
                help='If set, create lvms with multiple mirrors. Note that '