Fix the config_drive property in virtual_baremetal_server.yaml

An error in the last patch:/

[1] https://review.opendev.org/c/openstack/openstack-virtual-baremetal/+/793261

Change-Id: Ib08ba08fe8b7c9bec7e98f7bd0cc51653480d8ee
This commit is contained in:
ramishra 2021-05-28 09:07:34 +05:30
parent d6452234c0
commit 575a83645a
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@ resources:
properties:
flavor: {get_param: baremetal_flavor}
image: {get_param: baremetal_image}
config_drive: {get_param: config_drive}
config_drive: {get_param: baremetal_config_drive}
key_name: {get_param: key_name}
networks: {get_attr: [baremetal_ports, ports]}
name: {get_param: baremetal_name}