better subvariants for cloud images

Vagrant is an imagetype, it's not properly a component of the
subvariant; both the raw disk and vagrant cloud_base images
should have the same subvariant.

The Docker image's subvariant should be Docker_Base to stay in
line with the Cloud images, I think.

Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
Adam Williamson 2016-03-12 10:53:19 -08:00
parent 22b7efca93
commit f46e4f59ef

View File

@ -291,7 +291,7 @@ image_build = {
'arches': ['x86_64'],
'repo_from': 'Cloud',
'install_tree_from': 'Cloud',
'subvariant': 'Docker'
'subvariant': 'Docker_Base'
}
}
],
@ -327,7 +327,7 @@ image_build = {
'arches': ['x86_64', 'i386'],
'repo_from': 'Cloud',
'install_tree_from': 'Cloud',
'subvariant': 'Cloud_Base-Vagrant'
'subvariant': 'Cloud_Base'
}
}
],