kolla-ansible/dev/vagrant
MD NADEEM 354e674ded Update kernel version in ubuntu-bootstrap.sh
Ubuntu-bootstrap.sh script rebooted my server
with message of re-run the script and at re-run
it again do the same thing.

I find this behavior is due to the below check

if [[ $(uname -r) != *"3.19"* ]]

As latest ubuntu kernel version is 4.2.0-27-generic,
so we should update the script for kernel version
4.2.0-27-generic.

This patch fixes the issue.
Closes-Bug: #1541797
Change-Id: I01e98d80df60fe8c5f6ac6e644d42261fdd2921c
2016-02-04 12:41:26 +00:00
..
centos-bootstrap.sh Adapt openrc file to use keystone v3 2016-01-19 14:16:36 +00:00
ubuntu-bootstrap.sh Update kernel version in ubuntu-bootstrap.sh 2016-02-04 12:41:26 +00:00
Vagrantfile Rename bootstrap.sh to centos-bootstrap.sh 2016-01-18 14:05:03 +01:00
Vagrantfile.custom.example Allow to customize vagrant deployment 2015-11-18 22:39:34 +09:00