copr-builders: use the --image-uuid value
This commit is contained in:
parent
7f0201f441
commit
2544bca90c
1 changed files with 1 additions and 1 deletions
|
@ -98,7 +98,7 @@ def create_instance(service, instance_name, opts, log):
|
||||||
},
|
},
|
||||||
"delete_volume_on_instance_delete": True,
|
"delete_volume_on_instance_delete": True,
|
||||||
},
|
},
|
||||||
"image": {"id": image_id},
|
"image": {"id": opts.image_uuid},
|
||||||
"primary_network_interface": {
|
"primary_network_interface": {
|
||||||
'name': 'primary-network-interface',
|
'name': 'primary-network-interface',
|
||||||
'subnet': {
|
'subnet': {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue