DevStack Enable Neutron
Apr 20, 2016
Technology
Steps
Install steps are listed as following:
First as root user, create the initial stack user via:
# git clone https://git.openstack.org/openstack-dev/devstack
# tools/create-stack-user.sh
# passwd stack
Now login with user stack
, clone the repository and begin devstack installation:
$ git clone https://git.openstack.org/openstack-dev/devstack
$ cd devstack
$ git checkout stable/liberty
$ cp samples/local.conf ./
$ vim local.conf
The local.conf
file should added following items:
# 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/spice-html5.git
Add following configurations:
Now stacking the devstack:
$ ./stack.sh