Browse code

Merge "Prepare guestfs-support for openSUSE"

Jenkins authored on 2017/07/20 01:12:15
Showing 1 changed files
... ...
@@ -115,7 +115,10 @@ function install_nova_hypervisor {
115 115
                     sudo dpkg-statoverride --add --update $STAT_OVERRIDE
116 116
                 fi
117 117
             done
118
-        elif is_fedora || is_suse; then
118
+        elif is_suse; then
119
+            # Workaround for missing dependencies in python-libguestfs
120
+            install_package python-libguestfs guestfs-data augeas augeas-lenses
121
+        elif is_fedora; then
119 122
             install_package python-libguestfs
120 123
         fi
121 124
     fi