diff options
author | Michael Polenchuk <mpolenchuk@mirantis.com> | 2017-02-17 13:56:21 +0400 |
---|---|---|
committer | Michael Polenchuk <mpolenchuk@mirantis.com> | 2017-02-17 14:14:58 +0400 |
commit | 1128f8d77c1659950eb0ddeea5771c3e863fcd09 (patch) | |
tree | 9099ebda1185075c23f7a052df36df34e7c2ad6d | |
parent | 053b65b95a25039c0569eb243bdb0a534eeedadd (diff) |
[kvm-plugin] Employ dedicated reboot task
* Use native reboot task after kernel setup.
* Make dkms modules to get source files of the kernel.
JIRA: FUEL-256
Change-Id: I1dd75fa0425e5080fafa2de0ef13cccf0090c4c9
Signed-off-by: Michael Polenchuk <mpolenchuk@mirantis.com>
-rw-r--r-- | build/f_isoroot/f_kvm-pluginbuild/config.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/f_isoroot/f_kvm-pluginbuild/config.mk b/build/f_isoroot/f_kvm-pluginbuild/config.mk index fa284b3e2..938a15124 100644 --- a/build/f_isoroot/f_kvm-pluginbuild/config.mk +++ b/build/f_isoroot/f_kvm-pluginbuild/config.mk @@ -9,4 +9,4 @@ KVMFORNFV_BRANCH=master KVMFORNFV_REPO=https://gerrit.opnfv.org/gerrit/kvmfornfv -KVMFORNFV_CHANGE=ec568fdb37d280371733cab5e9fad030557f6921 +KVMFORNFV_CHANGE=f156e825018f6cdd996406aede3f821fc1f9fcb1 |