[openstack-dev] [cinder] set default cinder driver

2014-06-23 Thread Yogesh Prasad
Hi All, I have devstack setup and i want to put my cinder driver as a default driver. How i can do this? please guide. -- *Thanks Regards*, Yogesh Prasad. ___ OpenStack-dev mailing list OpenStack-dev@lists.openstack.org

Re: [openstack-dev] [cinder] set default cinder driver

2014-06-23 Thread Ivan Kolodyazhny
Hi Yogesh, You need to set CINDER_DRIVER variable in your localrc file Regards, Ivan Kolodyazhny, Software Engineer, Mirantis, Inc. On Mon, Jun 23, 2014 at 10:38 AM, Yogesh Prasad yogesh.pra...@cloudbyte.com wrote: Hi All, I have devstack setup and i want to put my cinder driver as a

Re: [openstack-dev] [cinder] set default cinder driver

2014-06-23 Thread Yogesh Prasad
Hi Lvan, Thanks for reply, but i am still facing same problem. I have tried all of these - 1) Inside /etc/cinder/cinder.conf [DEFAULT] volume_driver=cinder.volume.drivers.cloudbyte.ElasticenterISCSIDriver and ran below script ./rejoin-stack.sh 2) Inside /devstack/local.conf

Re: [openstack-dev] [cinder] set default cinder driver

2014-06-23 Thread Ivan Kolodyazhny
Yogesh, Try to modify yours /devstack/local.conf with CINDER_DRIVER=cinder.volume.drivers.cloudbyte.ElasticenterISCSIDriver and run stack.sh. rejoin-stack.sh doesn't update anything, it launches OpenStack services in screen and uses existing configuration Regards, Ivan Kolodyazhny, Web

Re: [openstack-dev] [cinder] set default cinder driver

2014-06-23 Thread John Griffith
On Mon, Jun 23, 2014 at 7:48 AM, Ivan Kolodyazhny e...@e0ne.info wrote: Yogesh, Try to modify yours /devstack/local.conf with CINDER_DRIVER=cinder.volume.drivers.cloudbyte.ElasticenterISCSIDriver and run stack.sh. rejoin-stack.sh doesn't update anything, it launches OpenStack services in