Grizzly

1.安装software
 
sudo yum install -y http://rdo.fedorapeople.org/openstack/openstack-grizzly/rdo-release-grizzly-1.noarch.rpm
2.安装packstack
  sudo yum install -y openstack-packstack
3.使用packstack 安装openstack
  pv create /dev/sdb
  vgcreate cinder-volumes /dev/sdb //两步很重要,要不安装会报错,
    packstack --allinone
the installer will ask you to enter the root password for each host node you are installing on the network, to enable remote configuration of the host so it can remotely configure each node using Puppet.

Once the process is complete, you can log in to the OpenStack web interface "Horizon" by going to http://$YOURIP/dashboard. The username is "admin". The password can be found in the file keystonerc_admin in the /root/ directory of the control node.

你可能感兴趣的:(Grizzly)