icehouse in single node devstack
New to openstack. Can icehouse devstack be installed in single node setup, if so please let know how to edit local conf.
First time here? Check out the FAQ!
New to openstack. Can icehouse devstack be installed in single node setup, if so please let know how to edit local conf.
Yes.devstack can install the single node icehouse release by checkout the stable/icehouse branch of devstack and using the stable/icehouse branch of the services you want to install.
For more details check the www.devstack.org .
Hope that helps!
Vic
Yes,icehouse first stable release is out. you can clone it manually like this eg keystone
git clone -b stable/icehouse https://github.com/openstack/keystone.git
If you re using devstack it will be much easier just specify the services source branch you want to install to stable/icehouse in local.conf like this
NOVA_BRANCH= stable/icehouse
KESTONE_BRANCH= stable/icehouse
…
devstack.org has all details for the above,please read them and you will get more confotable to use devstack.
Hope that helps!
Vic
Asked: 2014-04-19 07:00:14 -0600
Seen: 1,550 times
Last updated: Apr 19 '14
any good documentation or link?