Add flag to enable nmstate provider for os-net-config

os-net-config will support new provider nmstate.
To choose nmstate during deployment [1], updating
baremetal schema to support the flag

[1] https://github.com/openstack/tripleo-ansible/blob/master/tripleo_ansible/roles/tripleo_network_config/defaults/main.yml#L29

Change-Id: Iae5e0c8272eeb3282f232ab5f35911ec1b82a048
This commit is contained in:
vcandappa 2023-03-17 11:29:28 +05:30 committed by Vijayalakshmi
parent eaa0fe6f24
commit 6973ae093b
1 changed files with 1 additions and 0 deletions

View File

@ -51,6 +51,7 @@ _NETWORK_CONFIG_SCHEMA = {
'type': 'object',
'properties': {
'template': {'type': 'string'},
'nmstate': {'type': 'boolean'},
'physical_bridge_name': {'type': 'string'},
'public_interface_name': {'type': 'string'},
'network_config_update': {'type': 'boolean'},