func (this *OpenStack) VmStart(vm *lobster.VirtualMachine) error { return startstop.Start(this.ComputeClient, vm.Identification).ExtractErr() }
func (os *OpenStack) StartInstance(instanceID string) error { return startstop.Start(os.ComputeClient, instanceID).ExtractErr() }