Merge "Fix network_data path for dhcpless deployments"
This commit is contained in:
commit
1e25135bde
@ -623,8 +623,8 @@ def _prepare_deploy_iso(task, params, mode):
|
||||
json.dump(network_data, f, indent=2)
|
||||
|
||||
files_info = {
|
||||
metadata_fileobj.name: 'openstack/latest/meta'
|
||||
'data/network_data.json'
|
||||
metadata_fileobj.name: 'openstack/latest/'
|
||||
'network_data.json'
|
||||
}
|
||||
|
||||
with tempfile.NamedTemporaryFile(
|
||||
|
Loading…
Reference in New Issue
Block a user