fa80a51d0f
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
7 lines
236 B
YAML
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.
|