rdo issue

来源:互联网 发布:淘宝买家评价修改 编辑:程序博客网 时间:2024/06/05 07:05

在新部署的centos7上运行:

sudo yum update -y && sudo yum install -y http://rdo.fedorapeople.org/rdo-release.rpm && sudo yum install -y openstack-packstack && packstack --allinone

(13)Permission denied: AH00072: make_sock: could not bind to address [::]:5000

xxxx

查找原因,网上有不同说法,最终运行:

“setenforce 0” 解决


上一回运行失败出现:

Examining /var/tmp/yum-root-eK8hb7/rdo-release.rpm: rdo-release-juno-1.noarch
/var/tmp/yum-root-eK8hb7/rdo-release.rpm: does not update installed package.
Error: Nothing to do

解决方法: rpm -e rdo-release-juno-1.noarch 先卸载包,再安装


 Warning: NetworkManager is active on xxxx. OpenStack networking currently does not work on systems that have the Network Manager service enabled.

解决方法:

systemctl stop NetworkManager

systemctl start network.service


上面的命令运行后,查看systemctl status network.service:

Bringing up interface enp17s0f0:  Could not load file '/etc/sysconfig/network-scrip...17s0f0'

解决方法:

将/etc/sysconfit/network-scripts/ifcfg-xxx中的“NAME”属性改为“DEVICE”,之前已经提到过


btw:

如果你想安装不同版本的openstack进行开发,可以在执行文中开头的语句之前,下载:

https://repos.fedorapeople.org/repos/openstack/

不同的repo.rpm安装,然后执行


0 0
原创粉丝点击