Add Version Based Feature Discovery in Technical Vision

As discussed in original proposal of OpenStack Technical
Vision patch[1] and in summit also[2], this commit adds
the "Version Based Feature Discovery" information under
Bidrectional Compatibility section.

[1] https://review.openstack.org/#/c/592205/5/reference/technical-vision.rst@132
[2] http://lists.openstack.org/pipermail/openstack-discuss/2018-December/000431.html

Change-Id: I4a3bb3a2df80ad65df47e937b506f7ac2500a158
This commit is contained in:
ghanshyam 2018-12-03 09:09:21 +00:00 committed by Ghanshyam Mann
parent 602d69cd39
commit fcc557dff3
1 changed files with 3 additions and 0 deletions

View File

@ -133,6 +133,9 @@ move to another cloud running an older version of OpenStack. OpenStack services
should therefore evolve in such a way that they either work correctly or fail
gracefully with *both* older and newer clients.
Any changes to public APIs should be versioned and phased in, with a common
mechanism to allow client introspection of the available versions and features.
Cross-Project Dependencies
--------------------------