2016-02-13 26 views
0

我是新來的OpenStack和我試圖建立一個全功能於一體的環境 我與Ubuntu 14.04圖像OpenStack的:自由梯形安裝目錄未滿足dependices

我這個指南以下工作: http://fosskb.in/2015/10/20/openstack-liberty-on-ubuntu-14-04-and-ubuntu-15-10/

當用下面的命令安裝梯形:

易於得到安裝-y梯形的Apache2中的libapache2-MOD-WSGI memcached的蟒蛇,蟒蛇內存緩存,openstackclient

它告訴我下面的軟件包有不能滿足的依賴關係:

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 

性向告訴我,蟒蛇,重點有以下依賴性是不可用或不滿意:

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) 

我試圖尋找一個解決方案解決這些依賴性,但一直不成功。

任何幫助非常感謝。

在此先感謝。

回答

0

確保您已添加liberty存儲庫。 sudo add-apt-repository雲存檔:liberty

如果您找不到命令。 sudo apt-get install software-properties-common

+0

嗨twa16 感謝您的回覆。 我確實添加了liberty存儲庫。 如果你有任何其他的想法,很高興聽到他們。 – Student95