首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >openstack: liberty keystone安装未满足的依赖项

openstack: liberty keystone安装未满足的依赖项
EN

Stack Overflow用户
提问于 2016-02-14 02:32:33
回答 1查看 318关注 0票数 0

我是openstack的新手,我正在尝试设置一个一体化环境,我正在使用Ubuntu 14.04镜像

我遵循这个指南:http://fosskb.in/2015/10/20/openstack-liberty-on-ubuntu-14-04-and-ubuntu-15-10/

使用以下命令安装keystone时:

apt-get安装-y keystone apache2 libapache2-mod-wsgi memcached python-memcache python-openstackclient

它告诉我以下包有未满足的依赖项:

代码语言:javascript
复制
keystone : Depends: python-keystone (= 2:8.0.1-0ubuntu1~cloud0) but 1:2014.1.5-0ubuntu1 is to be installed

python-openstackclient: Depends: python-cinderclient (>= 1:1.3.1) but 1:1.0.8-0ubuntu2 is to be installed
Depends: python-glanceclient (>= 1:0.18.0) but 1:0.12.0-0ubuntu1 is to be installed
Depends: python-keystoneclient(>= 1:1.6.0) but 1:0.7.1-ubuntu1.3 is to be installed
Depends: python-neutronclient(>= 1:2.6.0) but it is not going to be installed 
Depends: python-novaclient(>= 2:2.28.1) but 1:2.17.0-0ubuntu1.2 is to be installed
Depends: python-oslo-serialization (>= 1.2.0) but it is not going to be installed
Depends: python-oslo.utils (>= 2.0.0) but it is not going to be installed

aptitude告诉我,python-keystone具有以下不可用或未满足的依赖:

代码语言:javascript
复制
python-cryptography (>= 1.0) (unavailable)
python-keystoneclient (>= 1:1.6.0) (unsatisfied)
python-keystonemiddleware (>= 2.0.0) (unsatisfied)
python-migrate (>= 0.9.6) (unsatisfied)
python-msgpack(>=0.4.0) (unavailable)
python-oslo.concurrency (>= 2.3.0) (unsatisfied)
python-oslo.config(>= 1:2.3.0) (unsatisfied)
python-oslo.context(>= 0.2.0) (unsatisfied)
python-oslo.db (>=2.4.1) (unsatisfied)
python-oslo.i18n (>= 1.5.0) (unsatisfied)
python-oslo.log (>= 1.8.0) (unsatisfied)
python-oslo.messaging (>= 1.16.0) (unsatisfied)
python-oslo.middalware (>= 2.8.0) (unsatisfied)
python-oslo.policy(>= 0.5.0) (unsatisfied)
python-oslo.serialization (>= 1.4.0) (unsatisfied)
python-oslo.service (>= 0.7.0) (unsatisfied)
python-oslo.utils (= 2.0.0) (unsatisfied)
python-pycadf (>= 1.1.0) (unsatisfied)
python-pysaml2 (>= 2.4.0) (unsatisfied)
python-sqlalchemy (>= 1.0~) (unsatisfied)

如何修复这些依赖关系?

EN

回答 1

Stack Overflow用户

发布于 2016-02-16 03:19:38

确保添加了liberty存储库。sudo add-apt-repository cloud-archive:liberty

如果出现未找到命令的情况。sudo apt-get install software-properties-common

票数 0
EN
页面原文内容由Stack Overflow提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://stackoverflow.com/questions/35383734

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档