ubuntu18.04 devstack openstack stein部署
Posted longchang
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了ubuntu18.04 devstack openstack stein部署相关的知识,希望对你有一定的参考价值。
local.conf
cat local.conf
[[local|localrc]]
# Define images to be automatically downloaded during the DevStack built process.
DOWNLOAD_DEFAULT_IMAGES=False
IMAGE_URLS="http://download.cirros-cloud.net/0.3.4/cirros-0.3.4-x86_64-disk.img"
# 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/sice-html5.git
DATABASE_PASSWORD=312
ADMIN_PASSWORD=312
mysql_PASSWORD=312
SERVICE_PASSWORD=312
SERVICE_TOKEN=312
RABBIT_PASSWORD=312
HOST_IP=10.0.3.144
python源设置
stack@zuul:~/devstack$ cat ~/.pip/pip.conf
[global]
index-url=http://pypi.douban.com/simple
trusted-host=pypi.douban.com
以上是关于ubuntu18.04 devstack openstack stein部署的主要内容,如果未能解决你的问题,请参考以下文章
Ubuntu下用devstack单节点部署Openstack