<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On Mon, Jul 28, 2014 at 7:04 AM, Nikesh Kumar Mahalka <span dir="ltr"><<a href="mailto:nikeshmahalka@vedams.com" target="_blank">nikeshmahalka@vedams.com</a>></span> wrote:<br>
<div><br></div><div>[...]</div><div> </div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">3)vi local.conf<br>

<br>
[[local|localrc]]<br>
<br>... </blockquote><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">CINDER_ENABLED_BACKENDS = client:client_driver<br>
</blockquote><div><br></div><div>This is the problem.  The localrc section of local.con is sourced as shell script just like localrc was, the spaces here cause the shell to look at CINDER_ENABLED_BACKENDS as a command, not a variable assignment.  You can see the default values in cinder.conf...</div>
<div> </div><div>[...]</div><div><br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex"> 5) checking the contents of cinder.conf  cat /etc/cinder/cinder.conf<br>

<br>... </blockquote><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">[DEFAULT]<br>
rabbit_password = some_password<br>
rabbit_hosts =192.168.2.64<br>
rpc_backend = cinder.openstack.common.rpc.impl_kombu<br>
use_syslog = True<br>
default_volume_type = lvm enabled_backends = lvmdriver-1<br></blockquote><div><br></div><div>Is this line really concatenated like this or is it a formatting error in the email?  Either way, this is the default value because your CINDER_ENABLED_BACKENDS is not working.</div>
<div><br></div><div>dt</div></div><div><br></div>-- <br><br>Dean Troyer<br><a href="mailto:dtroyer@gmail.com">dtroyer@gmail.com</a><br>
</div></div>