a16d0893b0
The .rst Guideline files currently say that they're generated from "the master JSON verison" but don't actually contain a link to their JSON counterparts. This patch makes that reference a hyperlink so folks can more easily locate the JSON files that are the authoritative documents. This is especially useful when viewing rendered versions of the RST docs. The patch also adjusts the script we use to generate the RST docs from their JSON sources so future Guidelines include similar linkage. While we're at it, we've also removed a chunk of code in the RST generator script so that it doesn't rely on the "name" field since we never really added those fields universally, which could cause the script to fail. Instead we just use the "project" field. Further, a few capabilities that are marked as removed are lacking the aforementioned "project" field, so those have been added where they were missing. Following the changes to the RST generating script, it has been re-run so that the existing 2015 Guideline RST documents have the same formatting. While the formatting has changed (added links and modified capitalization), the content has not (no capabilities or tests added/removed). Co-Authored-By: Mark T. Voelker <mvoelker@vmware.com> Co-Authored-By: Rob Hirschfeld <rob@zehicle.com> Change-Id: Idbdd7d6825aa8af2404b9e2791fa67240cdef239
114 lines
2.3 KiB
ReStructuredText
114 lines
2.3 KiB
ReStructuredText
=========================
|
|
OpenStack DefCore 2015.03
|
|
=========================
|
|
|
|
:Status: approved
|
|
:Replaces: 2014.07
|
|
:JSON Master: http://git.openstack.org/cgit/openstack/defcore/tree/2015.03.json
|
|
|
|
This document outlines the mandatory capabilities and designated
|
|
sections required to exist in a software installation in order to
|
|
be eligible to use marks controlled by the OpenStack Foundation.
|
|
|
|
This document was generated from the `master JSON version <2015.03.json>`_.
|
|
|
|
Releases Covered
|
|
==============================
|
|
Applies to Havana, Icehouse
|
|
|
|
Platform Components
|
|
==============================
|
|
:Required: Compute, Object
|
|
|
|
:Advisory: None
|
|
|
|
:Deprecated: None
|
|
|
|
:Removed: None
|
|
|
|
|
|
|
|
|
|
Compute Component Capabilities
|
|
==============================
|
|
Required Capabilities
|
|
-----------------------
|
|
* compute-auth (Nova)
|
|
* compute-flavors (Nova)
|
|
* compute-images (Nova)
|
|
* compute-instance-actions (Nova)
|
|
* compute-keypairs (Nova)
|
|
* compute-quotas (Nova)
|
|
* compute-servers (Nova)
|
|
* compute-volume (Nova)
|
|
* images-v2 (Glance)
|
|
|
|
Advisory Capabilities
|
|
-----------------------
|
|
* auth-token (Keystone)
|
|
* compute-servers-metadata (Nova)
|
|
|
|
Deprecated Capabilities
|
|
-------------------------
|
|
None
|
|
|
|
Removed Capabilities
|
|
----------------------
|
|
* compute-floating-ips (Nova)
|
|
* images-v1 (Glance)
|
|
* volume (Cinder)
|
|
|
|
|
|
|
|
|
|
Object Component Capabilities
|
|
=============================
|
|
Required Capabilities
|
|
-----------------------
|
|
* objectstore-object (Swift)
|
|
|
|
Advisory Capabilities
|
|
-----------------------
|
|
None
|
|
|
|
Deprecated Capabilities
|
|
-------------------------
|
|
None
|
|
|
|
Removed Capabilities
|
|
----------------------
|
|
None
|
|
|
|
|
|
Designated Sections
|
|
=====================================
|
|
|
|
The following designated sections apply to the same releases as
|
|
this specification.
|
|
|
|
Required Designated Sections
|
|
----------------------------
|
|
|
|
* Cinder : Designated sections are the API implementation code
|
|
* Glance : Designated sections are the API implementation code and domain
|
|
model.
|
|
* Nova : By default, designated except scheduler, filter, drivers, API
|
|
extensions and networking.
|
|
* Swift : Designated sections are proxy server, object server, container
|
|
server, account server and select middleware
|
|
|
|
Advisory Designated Sections
|
|
----------------------------
|
|
|
|
* Keystone : Update pending from PTL
|
|
|
|
Deprecated Designated Sections
|
|
------------------------------
|
|
|
|
None
|
|
|
|
Removed Designated Sections
|
|
---------------------------
|
|
|
|
None
|