参考这篇安装手册文档,https://github.com/mseknibilel/OpenStack-Grizzly-Install-Guide/blob/OVS_MultiNode/OpenStack_Grizzly_Install_Guide.rst
将文件下载到本地后,上传image,好像提示认证相关的问题,请问应该如何解决呢
glance image-create --name myFirstImage --is-public true --container-format bare --disk-format qcow2 < cirros-0.3.1-x86_64-disk.img
The request you have made requires authentication. (HTTP 401)
我今天 使用这个命令glance-manage db_sync出现错误,这个可能是什么原因?
2016-12-22 07:58:09.413 14723 CRITICAL glance [-] ValueError: Tables "image_locations,image_members,image_properties,image_tags,images,task_info,tasks" have non utf8 collation, please make sure all tables are CHARSET=utf8
非常感谢回复,我现在遇到了新的问题,困绕了一段时间,我在安装quantum和后面的Nova时都遇到了版本不匹配的问题,
The following packages have unmet dependencies:
python-quantum : Depends: python-sqlalchemy (< 0.8) but 0.8.4-1build1 is to be installed
E: Unable to correct problems, you have held broken packages.
请问应该如何解决呢