From fd36d6450e014912735f2dd89c0cb52b3f2be4f9 Mon Sep 17 00:00:00 2001 From: Martin Kopec Date: Mon, 8 Nov 2021 10:47:05 +0000 Subject: [PATCH] Update Interop doc The commit replaces DefCore committee (a former name) by Interop Working Group (the current name) and updates a few more old interop references. Change-Id: I09c02f3adc2ba5acb2c325e462bc6e54dd23d0fb --- doc/source/glossary.rst | 4 ++-- doc/source/user/glanceapi.rst | 15 ++++++++------- 2 files changed, 10 insertions(+), 9 deletions(-) diff --git a/doc/source/glossary.rst b/doc/source/glossary.rst index 3922e6e0df..fd84d84efb 100644 --- a/doc/source/glossary.rst +++ b/doc/source/glossary.rst @@ -912,7 +912,7 @@ C core service An official OpenStack service defined as core by - DefCore Committee. Currently, consists of + Interop Working Group. Currently, consists of Block Storage service (cinder), Compute service (nova), Identity service (keystone), Image service (glance), Networking service (neutron), and Object Storage service (swift). @@ -2762,7 +2762,7 @@ O optional service An official OpenStack service defined as optional by - DefCore Committee. Currently, consists of + Interop Working Group. Currently, consists of Dashboard (horizon), Telemetry service (Telemetry), Orchestration service (heat), Database service (trove), Bare Metal service (ironic), and so on. diff --git a/doc/source/user/glanceapi.rst b/doc/source/user/glanceapi.rst index 2954d9b952..844b43b692 100644 --- a/doc/source/user/glanceapi.rst +++ b/doc/source/user/glanceapi.rst @@ -30,20 +30,21 @@ independent definition of a REST API. In practice, however, the only way to participate in the evolution of the Images API is to work with the Glance community to define the new functionality and provide its reference implementation. Further, Glance falls under the "designated sections" provision -of the OpenStack DefCore Guidelines, which basically means that in order to -qualify as "OpenStack", a cloud exposing an OpenStack Images API must include -the Glance Images API implementation code. Thus, although conceptually -independent, the OpenStack Images APIs are intimately associated with Glance. +of the OpenStack Interop (formerly known as DefCore) Guidelines, which +basically means that in order to qualify as "OpenStack", a cloud exposing an +OpenStack Images API must include the Glance Images API implementation code. +Thus, although conceptually independent, the OpenStack Images APIs are +intimately associated with Glance. **References** -* `Designated sections (definition) `_ +* `Designated sections (definition) `_ * `2014-04-02 DefCore Designated Sections Guidelines `_ -* `OpenStack Core Definition `_ +* `OpenStack Core Definition `_ -* `DefCore Guidelines Repository `_ +* `Interop Guidelines Repository `_ Glance and the Images APIs: Past, Present, and Future -----------------------------------------------------