Add spec lite to turn off schema validation

Don't do schema validation when communicating with an API
in EXPERIMENTAL status.

Change-Id: I7e9be149cf9bdbf22716341079a2eaa4d3060b90
This commit is contained in:
Brian Rosmaita 2017-09-27 19:20:47 -04:00
parent 660f7c7280
commit f69b9d16dd
1 changed files with 18 additions and 0 deletions

View File

@ -0,0 +1,18 @@
===============================================
Spec Lite: Switch to Turn Off Schema Validation
===============================================
:problem: While an API is in EXPERIMENTAL status, the schemas may not
accurately reflect the content of requests and responses,
causing the client to error out.
:solution: Introduce a new option controlled by an environment variable
that will turn off schema validation.
:impacts: None
:timeline: Q-1 milestone (week of 16 October 2017)
:link: https://blueprints.launchpad.net/python-glanceclient/+spec/no-schema-validation
:reviewers: all core reviewers