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:
Dusty Mabe 2017-05-18 15:58:13 -04:00
parent e97c0d4d61
commit df1baf55c3
No known key found for this signature in database
GPG Key ID: 3302DBD73952E671

View File

@ -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',
}
},
],