现在的位置: 首页 > 综合 > 正文

openstack vm获取不到IP

2013年02月24日 ⁄ 综合 ⁄ 共 2141字 ⁄ 字号 评论关闭

http://ask.51clouding.com/?/question/128 

RDO创建不了nova表,执行下面命令

 nova-manage --config-file=/etc/nova/nova.conf --debug -v db sync

cinder-manage --config-file=/etc/cinder/cinder.conf --debug -v db sync

select Host, User, Password from user where User='';

grant all on keystone.* to keystone_admin@'DG-con001..com' identified by '';

 flush privileges;

packstack   --answer-file=packstack-answers-20131129-010424.txt

 /var/tmp/packstack/20131129-014023-aBJqAK/openstack-setup.log

sql_connection=mysql://@183.61.166.130/nova

select Host, User, Password from user where User='nova';
grant all on nova.* to nova@'DG-con001.zyunsoft.com' identified by '';

cinder:8fc805c131294dd1@183.61.166.130/cinder

@183.61.166.130/ovs_neutron

grant all on ovs_neutron.* to neutron@'DG-con001.zyunsoft.com' identified by '';

Additional information:
 * Time synchronization installation was skipped. Please note that unsynchronized time on server instances might be problem for some OpenStack components.
 * Did not create a cinder volume group, one already existed
 * File /root/keystonerc_admin has been created on OpenStack client host 183.61.166.130. To use the command line tools you need to source the file.
 * To use the console, browse to http://183.61.166.130/dashboard
 * To use Nagios, browse to http://183.61.166.130/nagios username : nagiosadmin, password : 85c6f3c5a93440e2
 * The installation log file is available at: /var/tmp/packstack/20131129-115255-n2QDRF/openstack-setup.log
 * The generated manifests are available at: /var/tmp/packstack/20131129-115255-n2QDRF/manifests

http://www.csdn.net/tag/OpenStack

http://blog.csdn.net/tiger435/article/details/16844155#comments

http://blog.csdn.net/xuanlangjian/article/details/17023131

http://blog.csdn.net/xuanlangjian/article/details/16947377

今天碰见个小问题,气死我了

http://www.cnblogs.com/biangbiang/archive/2013/01/08/2851423.html

使用keystone service-create 创建service 以及endpoint 并不会生效,
 
并不会真正插入数据库。
 
然而执行结果会放在keystone 内存中
使用keystone service-list 依然可以看到,让你以为添加成功,
重启以后就没了。

apt-get update && apt-get -y upgrade
apt-get install python-software-properties
add-apt-repository cloud-archive:havana

deb http://ubuntu-cloud.archive.canonical.com/ubuntu precise-updates/havana main
deb-src http://ubuntu-cloud.archive.canonical.com/ubuntu precise-updates/havana main

https://bugs.launchpad.net/keystone/+bug/1189633

抱歉!评论已关闭.