1.安装nova时候报如下错误:
- [root@controller openstack]# openstack-db --init --service nova --
-
- password camiant
- Please enter the password for the 'root' MySQL user:
- Verified connectivity to MySQL.
- Creating 'nova' database.
- Updating 'nova' database password in /etc/nova/nova.conf
- Initializing the nova database, please wait...
- Command failed, please check log for more info
- 2014-01-14 10:17:17.417 25099 CRITICAL nova [-] 'module' object has no
-
- attribute 'DatabaseNotControlledError'
- ERROR 1146 (42S02) at line 1: Table 'nova.migrate_version' doesn't
-
- exist
- Final sanity check failed.
- Please file a bug report on bugzilla.redhat.com against the
-
- openstack-nova package.
- [root@controller openstack]#
复制代码
建议: sync ,如果sync 包DatabaseNotControlledError 这个错误,建议重装
2.看不到ip:
sever linuxbridge dhcp,出现的问题是虚机创建成功,在管理页面上看ip分
配成功了。但是登上虚机后发现ip并没有获取到
建议:配置一次neutron
3.请问keystone无效身份验证
Invalid OpenStack Identity credentials.
这个怎么解决?
建议:source keystonerc, keystonerc文件的配置自己写,就是配置一些登录名,密码,URI。
4.安装openvswitch报错没有openvswitch_mod模块
安装重openvswitch,启机器后openvswitch-switch服务就不再运行,service
openvswitch-switch start会报错没有openvswitch_mod模块,编译openvswitch会出错,提示没有openssl,又安装了
openssl,但仍然提示编译不成功,日志文件里看不出错误,是什么原因?
建议:BRCOMPAT=yes,设置成no,就一切正常。
|