加入收藏 | 设为首页 | 会员中心 | 我要投稿 济南站长网 (https://www.0531zz.com/)- 科技、建站、经验、云计算、5G、大数据,站长网!
当前位置: 首页 > 服务器 > 搭建环境 > Linux > 正文

centos 6.4下openstack-grizzly安装:控制节点问题

发布时间:2016-09-12 01:52:36 所属栏目:Linux 来源:站长网
导读:参考的是官方文档,由于官方文档有些文件及步骤没有列出来,现已经补齐。经过测试没问题。备忘一下。 You need at leastthree machines, virtual or physical,

19.GRANT ALL PRIVILEGES ON quantum.* TO'quantum'@'localhost'

20.IDENTIFIED BY 'password';

21.GRANT ALL PRIVILEGES ON quantum.* TO'quantum'@'10.10.10.9'

22.IDENTIFIED BY 'password';

23.GRANT ALL PRIVILEGES ON quantum.* TO'quantum'@'10.10.10.11'

24.IDENTIFIED BY 'password';

25.FLUSH PRIVILEGES;

EOF

Qpid Messaging Service

The OpenStackcomponents also communicate through a queuing service. For example, the CloudController places a request to launch an instance on the queue. The ComputeNode then picks this request up and launches the instance. OpenStack can workwith several different queuing services.

Install the packages:

yum install qpid-cpp-server

Enable authentication:

echo auth=1 >> /etc/qpidd.conf

/etc/qpidd.conf里的yes改成no也行


   Enable the messaging service:

chkconfig qpidd on


# saslpasswd2 -f /var/lib/qpidd/qpidd.sasldb-u QPID guest
>Password: guest
>Again (for verification): guest

...wait for a moment while it updates...

(编辑:济南站长网)

【声明】本站内容均来自网络,其相关言论仅代表作者个人观点,不代表本站立场。若无意侵犯到您的权利,请及时与联系站长删除相关内容!

热点阅读