ICode9

精准搜索请尝试: 精确搜索
首页 > 其他分享> 文章详细

devstack train安装

2019-09-26 11:03:42  阅读:375  来源: 互联网

标签:git config ubuntu2105 train devstack 安装 stack PASSWORD


local.conf

stack@ubuntu2105:~/devstack$ cat local.conf
[[local|localrc]]
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

# Password for KeyStone, Database, RabbitMQ and Service
ADMIN_PASSWORD=StrongAdminSecret
DATABASE_PASSWORD=$ADMIN_PASSWORD
RABBIT_PASSWORD=$ADMIN_PASSWORD
SERVICE_PASSWORD=$ADMIN_PASSWORD

USE_PYTHON3=True
# Host IP - get your Server/VM IP address from ip addr command
HOST_IP=10.0.2.30

 

成功信息

=========================
DevStack Component Timing
 (times are in seconds)  
=========================
run_process           35
test_with_retry        5
apt-get-update         2
osc                  257
wait_for_service      22
dbsync                71
pip_install          222
apt-get               49
-------------------------
Unaccounted time     736
=========================
Total runtime        1399



This is your host IP address: 10.0.2.30
This is your host IPv6 address: ::1
Horizon is now available at http://10.0.2.30/dashboard
Keystone is serving at http://10.0.2.30/identity/
The default users are: admin and demo
The password: StrongAdminSecret

WARNING: 
Using lib/neutron-legacy is deprecated, and it will be removed in the future


Services are running under systemd unit files.
For more information see: 
https://docs.openstack.org/devstack/latest/systemd.html

DevStack Version: train
Change: e3cd502252a52c10007a7a39b98359d97d9cc24a Merge "Enable accept_ra before enabling forwarding" 2019-09-24 22:41:48 +0000
OS Version: Ubuntu 18.04 bionic

2019-09-26 02:45:44.903 | stack.sh completed in 1399 seconds.

 

python源设置

stack@ubuntu2105:~/devstack$ sudo cat /root/.pip/pip.conf
[global]
index-url=https://pypi.douban.com/simple
trusted-host=pypi.douban.com

 

系统的python版本

stack@ubuntu2105:~/devstack$ python
python               python2.7            python2-config       python3.6            python3.6m           python3.7            python3-jsondiff     python3-jsonpointer  python3m
python2              python2.7-config     python3              python3.6-config     python3.6m-config    python3.7m           python3-jsonpatch    python3-jsonschema   python-config
stack@ubuntu2105:~/devstack$ python3
Python 3.6.8 (default, Aug 20 2019, 17:12:48) 
[GCC 8.3.0] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> 
stack@ubuntu2105:~/devstack$ python2
python2           python2.7         python2.7-config  python2-config    
stack@ubuntu2105:~/devstack$ python2
Python 2.7.15+ (default, Jul  9 2019, 16:51:35) 
[GCC 7.4.0] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> 
stack@ubuntu2105:~/devstack$ python3.7
Python 3.7.3 (default, Apr  3 2019, 19:16:38) 
[GCC 8.0.1 20180414 (experimental) [trunk revision 259383]] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> 

 

标签:git,config,ubuntu2105,train,devstack,安装,stack,PASSWORD
来源: https://www.cnblogs.com/longchang/p/11589555.html

本站声明: 1. iCode9 技术分享网(下文简称本站)提供的所有内容,仅供技术学习、探讨和分享;
2. 关于本站的所有留言、评论、转载及引用,纯属内容发起人的个人观点,与本站观点和立场无关;
3. 关于本站的所有言论和文字,纯属内容发起人的个人观点,与本站观点和立场无关;
4. 本站文章均是网友提供,不完全保证技术分享内容的完整性、准确性、时效性、风险性和版权归属;如您发现该文章侵犯了您的权益,可联系我们第一时间进行删除;
5. 本站为非盈利性的个人网站,所有内容不会用来进行牟利,也不会利用任何形式的广告来间接获益,纯粹是为了广大技术爱好者提供技术内容和技术思想的分享性交流网站。

专注分享技术,共同学习,共同进步。侵权联系[81616952@qq.com]

Copyright (C)ICode9.com, All Rights Reserved.

ICode9版权所有