diff --git a/modules/openstack_project/files/specs/index.html b/modules/openstack_project/files/specs/index.html
new file mode 100644
index 0000000000..3de7f690e9
--- /dev/null
+++ b/modules/openstack_project/files/specs/index.html
@@ -0,0 +1,137 @@
+
+
+ OpenStack Specifications
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/modules/openstack_project/manifests/static.pp b/modules/openstack_project/manifests/static.pp
index c25477782f..bf4d64f8a4 100644
--- a/modules/openstack_project/manifests/static.pp
+++ b/modules/openstack_project/manifests/static.pp
@@ -297,4 +297,12 @@ class openstack_project::static (
require => User['jenkins'],
}
+ file { '/srv/static/specs/index.html':
+ ensure => present,
+ owner => 'jenkins',
+ group => 'jenkins',
+ mode => '0444',
+ source => 'puppet:///modules/openstack_project/specs/index.html',
+ require => File['/srv/static/specs'],
+ }
}