From 5f138494d491775e561e783ef17a4f6692e77eeb Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Wed, 8 Jul 2015 11:10:08 +0200 Subject: [PATCH] Add missing projects to specs list Add projects that publish to http://specs.openstack.org/openstack/ but are not in the index file on http://specs.openstack.org to specs.yaml so that the index file lists them. Change-Id: Id0280f3dc4a4c1ec0b3fa1911777dad578ae3bf0 --- specs/specs.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/specs/specs.yaml b/specs/specs.yaml index 1842e2f6c7..24052250a6 100644 --- a/specs/specs.yaml +++ b/specs/specs.yaml @@ -1,6 +1,8 @@ projects: - name: Bare Metal Provisioning Specifications (ironic) repo: openstack/ironic-specs + - name: Chef Cookbooks for the OpenStack Components Specifications (ChefOpenStack) + repo: openstack/openstack-chef-specs - name: Compute Service Specifications (nova) repo: openstack/nova-specs - name: Data Processing Service Specifications (sahara) @@ -44,3 +46,5 @@ programs: repo: openstack-infra/infra-specs - name: QA Program Specifications repo: openstack/qa-specs + - name: Security Program Specifications + repo: openstack/security-specs