Add setter for allocate_aux

This commit is contained in:
Julien Duponchelle 2016-03-01 15:33:07 +01:00
parent 392fa187c2
commit 7469f65fa0
No known key found for this signature in database
GPG Key ID: F1E2485547D4595D

View File

@ -278,6 +278,13 @@ class BaseVM:
"""
return self._allocate_aux
@allocate_aux.setter
def allocate_aux(self, allocate_aux):
"""
:returns: Boolean allocate or not an aux console
"""
self._allocate_aux = allocate_aux
@property
def aux(self):
"""