You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Once this gets resolved, create_server should properly handle any exceptions raises by the Pooler class so that provisioning can continue on. (i.e. if a user brings up a vm without a token, it should handle any exceptions that would result from that like not being able to extend the life of the vm).
Prior to this commit, the create_server action would not handle any
exceptions from the Pooler class when creating and tagging vms. This
commit updates that to handle specific exceptions from vmfloaty when
attempting to tag and modify vms while creating them.
Once this gets resolved, create_server should properly handle any exceptions raises by the Pooler class so that provisioning can continue on. (i.e. if a user brings up a vm without a token, it should handle any exceptions that would result from that like not being able to extend the life of the vm).
puppetlabs/vmfloaty#34
The text was updated successfully, but these errors were encountered: