diff --git a/specs/queens/approved/python-glanceclient/no-schema-validation.rst b/specs/queens/approved/python-glanceclient/no-schema-validation.rst new file mode 100644 index 00000000..05283ef9 --- /dev/null +++ b/specs/queens/approved/python-glanceclient/no-schema-validation.rst @@ -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