其它地方的软件包有问题,试着利用github中的软件包安装一次吧!网络的速度肯定是会慢点了
$ yum install -y git  $ git clone --recursive git://github.com/stackforge/packstack.git  $ cd packstack
步骤一:
确保rpm包软件源:
CONFIG_REPO=
 
$ ./bin/packstack --gen-answer-file=ans.txt
 
 
$ ./bin/packstack --answer-file=ans.txt
Input your password:验证安装情况
 
$ cd  $ . keystonerc_admin  $ nova list  $ swift list  # if you have installed swift
原文链接:https://github.com/stackforge/packstack
 
这个几项是安装多节点
CONFIG_NOVA_COMPUTE_HOSTS :          a comma seperated list of ip addresses on which to install nova compute  CONFIG_SWIFT_STORAGE_HOSTS :          a comma seperate list of swift storage devices          1.1.1.1  : create a testing loopback device and use this for storage          1.1.1.1/sdb : use /dev/sdb on 1.1.1.1 as a storage device
开启debug调试
Debugging    To make packstack write more detailed information into the log file you can use the -d switch:    $ packstack -d --allinone