关于网友提出的“ fedora20 安装openstack-nova-compute时遇到yum依赖问题”问题疑问,本网通过在网上对“ fedora20 安装openstack-nova-compute时遇到yum依赖问题”有关的相关答案进行了整理,供用户进行参考,详细问题解答如下:
问题: fedora20 安装openstack-nova-compute时遇到yum依赖问题
描述:openstackfedoranovayum
依照openstack官网文档进行配置,在compute节点上执行命令,yum install openstack-nova-compute,出现以下错误:
--> Finished Dependency Resolution
Error: Package: libvirt-1.1.3.5-2.fc20.x86_64 (updates)
Requires: libvirt-daemon-driver-interface = 1.1.3.5-2.fc20
Installed: libvirt-daemon-driver-interface-1.2.2-2.fc20.x86_64 (@/libvirt-daemon-driver-interface-1.2.2-2.fc20.x86_64)
libvirt-daemon-driver-interface = 1.2.2-2.fc20
Available: libvirt-daemon-driver-interface-1.1.3.1-2.fc20.x86_64 (Everything-mirror.buaa.edu.cn)
libvirt-daemon-driver-interface = 1.1.3.1-2.fc20
Available: libvirt-daemon-driver-interface-1.1.3.5-2.fc20.x86_64 (updates)
libvirt-daemon-driver-interface = 1.1.3.5-2.fc20
Error: Package: libvirt-client-1.2.2-2.fc20.x86_64 (@/libvirt-client-1.2.2-2.fc20.x86_64)
Requires: libwsman_client.so.1()(64bit)
Removing: libwsman1-2.3.6-8.fc20.x86_64 (@fedora)
libwsman_client.so.1()(64bit)
Updated By: libwsman1-2.4.3-1.fc20.x86_64 (updates)
~libwsman_client.so.2()(64bit)
……(中间还有许多类似的Error)
You could try using --skip-broken to work around the problem
You could try running: rpm -Va --nofiles --nodigest
不知道要怎么解决,求大神指点。
解决方案1: 包版本冲突。在安装操作系统的时候,用最小化(minimal)来安装,然后按文档安装OpenStack,应该会好一些。
另外用CentOS 6.5安装OpenStack更靠谱一些。
解决方案2: 应该是版本不对导致的
解决方案3: are you sure you have the appropriate repos for openstack that matches with your OS?
以上介绍了“ fedora20 安装openstack-nova-compute时遇到yum依赖问题”的问题解答,希望对有需要的网友有所帮助。
本文网址链接:http://www.codes51.com/itwd/2034848.html