diff --git a/manifests/setup/cirros.pp b/manifests/setup/cirros.pp
index c21d697d436646a81ca57525b8c9c13a2be598c0..5ab998b7394d89d536ccd45395e72d80edf0274f 100644
--- a/manifests/setup/cirros.pp
+++ b/manifests/setup/cirros.pp
@@ -1,4 +1,5 @@
 #Under investigation
+#Still commented
 class openstack::setup::cirros {
   glance_image { 'Cirros':
     ensure           => present,
@@ -8,4 +9,4 @@ class openstack::setup::cirros {
     disk_format      => 'qcow2',
     source           => 'http://download.cirros-cloud.net/0.3.1/cirros-0.3.1-x86_64-disk.img',
   }
-}
+}
\ No newline at end of file