ubuntu 16.04 devstack 安装openstack pike
准备虚拟机安装ubuntu16.04,配置最好保持4核8G以上。 保证虚拟机与internet的连通性。 安装git, apt install git -y. 下载devstack: git clone https://git.openstack.org/openstack-dev/devstack -b stable/pike 进入devstack目录,准备local.conf: [[local|localrc]] # use TryStack git mirror GIT_BASE=http://git.trystack.cn NOVNC_REPO=http://git.trystack.cn/kanaka/noVNC.git SPICE_REPO=http://git.trystack.cn/git/spice/spice-html5.git # Define images to be automatically downloaded during the DevStack built process. DOWNLOAD_DEFAULT_IMAGES=False IMAGE_URLS="http://download.cirros-cloud.net/0.4.0/cirros-0.4.0-x86_64-disk.img" # Credentials DATABASE