cloud/atomic: give appropriate factory-parameters to koji
In koji there are ova-options and also factory-parameters. We can pass ova-options to koji and also factory-parameters but we can't pass ova-options as a factory-parameter. We just need to pass in the vagrant_sync_directory as a factory parameter. Fixes https://pagure.io/atomic-wg/issue/181 Signed-off-by: Dusty Mabe <dusty@dustymabe.com>
This commit is contained in:
parent
e97c0d4d61
commit
df1baf55c3
@ -354,7 +354,7 @@ image_build = {
|
||||
'failable': ['*'],
|
||||
},
|
||||
'factory-parameters': {
|
||||
'ova-option': 'vagrant_sync_directory=/home/vagrant/sync'
|
||||
'vagrant_sync_directory': '/home/vagrant/sync',
|
||||
}
|
||||
},
|
||||
{
|
||||
@ -385,7 +385,7 @@ image_build = {
|
||||
'failable': ['*'],
|
||||
},
|
||||
'factory-parameters': {
|
||||
'ova-option': 'vagrant_sync_directory=/home/vagrant/sync'
|
||||
'vagrant_sync_directory': '/home/vagrant/sync',
|
||||
}
|
||||
},
|
||||
],
|
||||
|
Loading…
Reference in New Issue
Block a user