Project

General

Profile

« Previous | Next » 

Revision a6ce3c99

Added by Daniel Lobato Garcia almost 11 years ago

fixes #2891 Openstack power control operations support

Compute resource helper Strings should be possible to translate

Compute resource permission to pause vms

Tests for Openstack VM pausing/resuming

VMs UI shows only available actions

I18n string issues. Vm power state cannot be properly translated yet

Removed redundant method

View differences:

app/views/compute_resources_vms/index/_rackspace.html.erb
<tr>
<td><%= vm.name %></td>
<td><%= vm.flavor.name %></td>
<td <%= vm_power_class(vm.ready?) %>> <%= vm_state(!vm.ready?) %> </td>
<td <%= vm_power_class(vm.ready?) %>> <%= vm_state(vm) %> </td>
<td>
<%= action_buttons(
vm_power_action(vm),

Also available in: Unified diff