centos 6.4下openstack-grizzly安装:控制节点问题
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也行
chkconfig qpidd on
...wait for a moment while it updates... (编辑:徐州站长网) 【声明】本站内容均来自网络,其相关言论仅代表作者个人观点,不代表本站立场。若无意侵犯到您的权利,请及时与联系站长删除相关内容! |