Add a few TODOs
This commit is contained in:
		
							
								
								
									
										1
									
								
								TODO
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										1
									
								
								TODO
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1 @@
 | 
			
		||||
cert support has only been added for Redhat. Should this be added for Ubuntu?
 | 
			
		||||
@@ -2,6 +2,7 @@ class nova(
 | 
			
		||||
  # this is how to query all resources from our clutser
 | 
			
		||||
  $nova_cluster_id='localcluster',
 | 
			
		||||
  $sql_connection = false,
 | 
			
		||||
  # TODO maybe this should default to glance?
 | 
			
		||||
  $image_service = 'nova.image.local.LocalImageService',
 | 
			
		||||
  # these glance params should be optional
 | 
			
		||||
  # this should probably just be configured as a glance client
 | 
			
		||||
@@ -97,6 +98,7 @@ class nova(
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
  # query out the config for our db connection
 | 
			
		||||
  # TODO - I am not sure if resource collection should be the default
 | 
			
		||||
  if $sql_connection {
 | 
			
		||||
    nova_config { 'sql_connection': value => $sql_connection }
 | 
			
		||||
  } else{
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user