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)
|
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(
|
||||||
|
Loading…
Reference in New Issue
Block a user