devstack搭建环境

1:创建虚拟机
2:启动虚拟机,同时添加ubuntu(64)镜像
3:安装Linux系统
4:sudo apt-get update ;
     sudo apt-get upgrade ; 
     sudo apt-get install openssh-server
     sudo apt-get install pip ; 
     sudo apt-get install git
5:git clone https://git.openstack.org/openstack-dev/devstack
6:在devstack目录添加local.conf文件,更改密码配置;
   local.conf.sample ==> local.conf
7:更改stackrc: GIT_BASE=${GIT_BASE:-https://git.openstack.org} +194
8:cd devstack ;
   ./stack.sh
原文地址:https://www.cnblogs.com/chenpengzi/p/7277837.html