Removing 'disable_constraints' key from role validation schema

The key doesn't appear to be in use anymore [0]
and was original scheduled for removal in Ussuri.

Keeping it around any longer would invite confusion.

[0] https://codesearch.openstack.org/?q=disable_constraints&i=nope&literal=nope&files=&excludeFiles=&repos=

Signed-off-by: Jiri Podivin <jpodivin@redhat.com>
Change-Id: Ic1c34721d75e3064fb0a1eb5f6076a04d3453df9
This commit is contained in:
Jiri Podivin 2022-09-05 15:55:12 +02:00
parent 9fb9b05f5e
commit 2e5d366273
1 changed files with 0 additions and 1 deletions

View File

@ -157,7 +157,6 @@ def validate_role_yaml(role_data=None, role_path=None):
'name': {'type': str},
'CountDefault': {'type': int},
'HostnameFormatDefault': {'type': str},
'disable_constraints': {'type': bool}, # TODO(sbaker) remove in U
'upgrade_batch_size': {'type': int},
'ServicesDefault': {'type': list},
'tags': {'type': list},