From 39905d026ca35f374594f288ba011e7398734cf4 Mon Sep 17 00:00:00 2001 From: Travis Tripp Date: Thu, 28 Jan 2016 17:19:03 -0700 Subject: [PATCH] Add searchlight-specs to specs index Searchlight publishes to: http://specs.openstack.org/openstack/searchlight-specs/ but is not in the index file on http://specs.openstack.org. This add to specs.yaml so that the index file lists them. Change-Id: Id70ff11894d1ad1d5ed6e0c5abd383e83f28a6e5 --- specs/specs.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/specs/specs.yaml b/specs/specs.yaml index 5c54278deb..c86359acf0 100644 --- a/specs/specs.yaml +++ b/specs/specs.yaml @@ -31,6 +31,8 @@ projects: repo: openstack/puppet-openstack-specs - name: Queue Service Specifications (zaqar) repo: openstack/zaqar-specs + - name: Search Service Specifications (searchlight) + repo: openstack/searchlight-specs - name: Telemetry Service Specifications (ceilometer) repo: openstack/ceilometer-specs - name: Volume Service Specifications (cinder)