At Wed, 20 Feb 2013 23:57:30 +0800, harryxiyou wrote: > > On Mon, Jan 21, 2013 at 8:00 AM, MORITA Kazutaka > <morita.kazutaka at gmail.com> wrote: > Hi Morita, > > > My patches were merged. I've added a quick start with the upstream > > DevStack to https://github.com/collie/sheepdog/wiki/Openstack > > > > > > 1. Install Ubuntu 12.04 (Precise) or Fedora 16 > > 2. Install Sheepdog to the appropriate location on your system > > 3. Start Sheepdog and format it > > 4. Download DevStack > > > > $ git clone git://github.com/openstack-dev/devstack.git > > > > 5. Start the install > > > > $ cd devstack; CINDER_DRIVER=sheepdog ./stack.sh > > > > Should we setup DevStack like this? > > $ echo "enable_service cinder" >> localrc > > Devstack will read this "localrc" file to enable Cinder, right? You don't have to do it because cinder is enabled by default. Thanks, Kazutaka |