Skip to content

Commit

Permalink
Add a few TODOs
Browse files Browse the repository at this point in the history
  • Loading branch information
Dan Bode committed Mar 31, 2012
1 parent ce46fb1 commit 034bc51
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions TODO
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
cert support has only been added for Redhat. Should this be added for Ubuntu?
2 changes: 2 additions & 0 deletions manifests/init.pp
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
# 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
Expand Down Expand Up @@ -97,6 +98,7 @@


# 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{
Expand Down

0 comments on commit 034bc51

Please sign in to comment.