diff --git a/modules/openstack_project/manifests/static.pp b/modules/openstack_project/manifests/static.pp
index 406b498f63..af01f84acc 100644
--- a/modules/openstack_project/manifests/static.pp
+++ b/modules/openstack_project/manifests/static.pp
@@ -1,10 +1,15 @@
-class openstack_project::static
-{
+class openstack_project::static(
+  $ssh_key=$openstack_project::jenkins_ssh_key
+  ) {
 
   class { 'openstack_project::server':
     iptables_public_tcp_ports => [22, 80, 443]
   }
 
+  class { 'jenkins::jenkinsuser':
+    ssh_key => $ssh_key
+  }
+
   include apache
 
   apache::vhost { 'tarballs.openstack.org':