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

 

相关文章:

  • 2021-10-07
  • 2021-09-11
  • 2021-08-24
  • 2021-06-20
  • 2022-12-23
  • 2022-12-23
  • 2021-05-07
  • 2022-12-23
猜你喜欢
  • 2021-12-12
  • 2022-12-23
  • 2022-12-23
  • 2021-07-24
  • 2021-06-13
  • 2021-10-08
  • 2021-11-26
相关资源
相似解决方案