Update the files in fuel-plugin to match the upstream
[kvmfornfv.git] / fuel-plugin / deployment_scripts / puppet / manifests / kvm-install.pp
index 2b93a13..23902cc 100644 (file)
@@ -1,10 +1,10 @@
 $fuel_settings = parseyaml(file('/etc/compute.yaml'))
 if $operatingsystem == 'Ubuntu' {
         if $fuel_settings['fuel-plugin-kvm']['use_kvm'] {
-                package { 'linux-headers-4.1.10-rt10nfv':
+                package { 'linux-headers-4.4.6-rt14nfv':
                         ensure => "1.0.OPNFV",
                 } ->
-                package { 'linux-image-4.1.10-rt10nfv':
+                package { 'linux-image-4.4.6-rt14nfv':
                         ensure => "1.0.OPNFV",
                 } ->
                 exec {'reboot':