我正在尝试在Ubuntu 12.04上安装Openstack,但我在安装一些nova组件时遇到了奇怪的问题。
我按照this的文章安装了它。
以下是未安装的Nova包
vidyayug@ubuntu:~$ sudo apt-get install -y nova-conductor
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package nova-conductor
vidyayug@ubuntu:~$
vidyayug@ubuntu:~$ sudo apt-get install nova-novncproxy
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package nova-novncproxy例如,两个nova包没有安装。
vidyayug@ubuntu:~$ sudo apt-get install -y nova-api nova-cert nova-conductor nova-consoleauth nova-novncproxy nova-scheduler python-novaclient nova-compute nova-console
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package nova-conductor
E: Unable to locate package nova-novncproxy我试图通过谷歌搜索来解决这个错误,但没有成功解决它。由于这个原因,我的安装被破坏了。
出于POC的目的,我能够在使用ubuntu 14.04的服务器上设置Openstack Icehouse,但我想设置Openstack的实际生产服务器是HP ProLiant DL 580,G5不支持Ubuntu的14.04版本。
如果有任何修复此错误的方法,请帮助我。
发布于 2015-02-18 15:38:51
转到Ubuntu包站点下载Nova Compute:
http://packages.ubuntu.com/search?keywords=nova-compute
https://stackoverflow.com/questions/28578167
复制相似问题