Merge "Fix network_data path for dhcpless deployments"

This commit is contained in:
Zuul 2020-08-21 09:47:03 +00:00 committed by Gerrit Code Review
commit 1e25135bde

View File

@ -623,8 +623,8 @@ def _prepare_deploy_iso(task, params, mode):
json.dump(network_data, f, indent=2) json.dump(network_data, f, indent=2)
files_info = { files_info = {
metadata_fileobj.name: 'openstack/latest/meta' metadata_fileobj.name: 'openstack/latest/'
'data/network_data.json' 'network_data.json'
} }
with tempfile.NamedTemporaryFile( with tempfile.NamedTemporaryFile(