shade/releasenotes/notes/strict-mode-d493abc0c3e87945.yaml
Monty Taylor fa80a51d0f
Add strict mode for trimming out non-API data
shade defaults to returning everything under the sun in every form
possible in order to ensure maximum backwards compatability - even with
systems that are not shade itself. However, passthrough fields from
somewhere else could change at any time. This patch adds an opt-in flag
that skips returning passthrough fields anywhere other than the
properties dict.

Change-Id: I7071a406965ed373e77f9592eb76975400cb426b
2016-11-01 17:03:57 -05:00

7 lines
236 B
YAML

---
features:
- Added 'strict' mode, which is set by passing strict=True
to the OpenStackCloud constructor. strict mode tells shade
to only return values in resources that are part of shade's
declared data model contract.