此处我们向Ubuntu 12.04添加OpenStack Icehouse官方源。
安装python-software-properties。
$ sudo apt-get install python-software-properties
添加icehouse源。
$ sudo add-apt-repository cloud-archive:icehouse
此时发现/etc/apt/sources.list.d/文件夹下已经有了Icehouse版本的源了。更新一下软件源即可。
$ sudo apt-get update
CentOS 6.5搭建本地OpenStack软件源:http://www.linuxdiyf.com/linux/10585.html
OpenStack制作Ubuntu镜像:http://www.linuxdiyf.com/linux/11877.html
为OpenStack制作CoreOS虚拟机镜像(基于CoreOS官方提供镜像):http://www.linuxdiyf.com/linux/11940.html
使用ISO文件制作OpenStack使用的CoreOS镜像:http://www.linuxdiyf.com/linux/11941.html
使用官方Fedora22 ISO镜像制作OpenStack云镜像:http://www.linuxdiyf.com/linux/12814.html