Add provision state for VMs

This commit is contained in:
2020-01-08 17:40:02 -05:00
parent 9cab1c6eb5
commit c515d63340
4 changed files with 8 additions and 4 deletions

View File

@ -487,6 +487,9 @@ class VMInstance(object):
# restart
# shutdown
# stop
# States we don't (need to) handle are:
# disable
# provision
# Conditional pass one - Are we already performing an action
if self.instart == False \