Пример #1
0
func (this *OpenStack) VmStart(vm *lobster.VirtualMachine) error {
	return startstop.Start(this.ComputeClient, vm.Identification).ExtractErr()
}
Пример #2
0
func (os *OpenStack) StartInstance(instanceID string) error {
	return startstop.Start(os.ComputeClient, instanceID).ExtractErr()
}