Block a user
	
				
				
					Migrate database queries to SQLAlchemy
					
					
						
					
				
			
			Moving this to the v2 project as a nice-to-have. The current manual SQL works more than well enough.
				
				
					Support custom default libvirt schemas in provisioner
				
			
			
				
				
					Support custom default libvirt schemas in provisioner
					
					
						
					
				
			
			The implementation of the create() aspect of VM provisioner scripts in #148 effectively completes this: since the configuration of new VMs in the provisioner is handled by…
				
				
					More gracefully handle image/OVA file upload failures
				
			
			
				
				
					More gracefully handle image/OVA file upload failures
					
					
						
					
				
			
			So far I haven't seen any problems related to this reoccur, so specific examples would warrant their own bugfix issues.
				
				
					Move more system functonality into PVC
				
			
			
				
				
					Move more system functonality into PVC
					
					
						
					
				
			
			Revisiting this thought. After thinking more, as nice as internalizing these daemons might seem, I think from an administration perspective leaving them external is the right call at least until…
				
				
					Rework provisioner for increased flexibility
				
			
			
				
				
					Rework provisioner for increased flexibility
					
					
						
					
				
			
			This has been implemented.
- The provisioner flow has been reworked to externalize most of the heavy lifting into a plugin-like script framework which leverages a 5-function standard class…