0001-fixed-sunstone-vm-log-path.patch

patch file - Patrice Lachance, 11/02/2012 01:42 PM

Download (964 Bytes)

View differences:

src/sunstone/models/SunstoneServer.rb
209 209
            return [404, nil]
210 210
        else
211 211
            if !ONE_LOCATION
212
                vm_log_file = LOG_LOCATION + "/#{id}.log"
212
                vm_log_file = LOG_LOCATION + "/vms/#{id}.log"
213 213
            else
214
                vm_log_file = LOG_LOCATION + "/#{id}/vm.log"
214
                vm_log_file = LOG_LOCATION + "/vms/#{id}/vm.log"
215 215
            end
216 216

  
217 217
            begin
218
-