Fix OVN yaql KeyError: type error
https://review.openstack.org/#/c/639119/ changed the 'metadata_settings' RoleData for ovn-metadata to {} which caused a TypeError, this patch reverts the metadata_settings to original to fix the issue. Closes-Bug: #1824579 Change-Id: I09ed9c99065c946760c5319086ff0dbccd29a85c
This commit is contained in:
parent
b4454024f7
commit
23352806b6
@ -281,7 +281,8 @@ outputs:
|
||||
- null
|
||||
environment:
|
||||
- KOLLA_CONFIG_STRATEGY=COPY_ALWAYS
|
||||
metadata_settings: {}
|
||||
metadata_settings:
|
||||
get_attr: [NeutronBase, role_data, metadata_settings]
|
||||
host_prep_tasks:
|
||||
list_concat:
|
||||
- {get_attr: [NeutronLogging, host_prep_tasks]}
|
||||
|
Loading…
Reference in New Issue
Block a user