debstack 安装 openstack

来源:互联网 发布:unity3d动态加载图片 编辑:程序博客网 时间:2024/06/06 21:38

1../stack.sh: line 463: generate-subunit: command not found./stack.sh: line 463: generate-subunit: command not found

run the below three instructions:

sudo apt-get install python-pip
sudo pip install --upgrade pip
sudo pip install -U os-testr

这三条命令可以解决那个问题



=========================
DevStack Component Timing
=========================
Total runtime         857

run_process            61
test_with_retry         3
apt-get-update         10
pip_install           233
restart_apache_server  12
wait_for_service        9
git_timed               2
apt-get                 8
=========================



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

0 0