From 10adae137d80a6bcd758061d5ecd319b346910d1 Mon Sep 17 00:00:00 2001 From: Dusty Mabe Date: Mar 10 2018 02:28:50 +0000 Subject: fedora.conf: make AtomicHost cloud images have AtomicHost name We renamed Atomic -> AtomicHost recently. Let's keep the consistency. Signed-off-by: Dusty Mabe --- diff --git a/fedora.conf b/fedora.conf index 029e2e0..90e4daa 100644 --- a/fedora.conf +++ b/fedora.conf @@ -373,26 +373,26 @@ image_build = { { 'image-build': { 'format': [('qcow2','qcow2'), ('raw-xz','raw.xz')], - 'name': 'Fedora-Atomic', + 'name': 'Fedora-AtomicHost', 'kickstart': 'fedora-atomic.ks', 'distro': 'Fedora-22', 'disk_size': 6, 'arches': ['aarch64', 'ppc64le', 'x86_64'], 'install_tree_from': 'Cloud', - 'subvariant': 'Atomic', + 'subvariant': 'AtomicHost', 'failable': ['*'], } }, { 'image-build': { 'format': [('vagrant-libvirt','vagrant-libvirt.box'), ('vagrant-virtualbox','vagrant-virtualbox.box')], - 'name': 'Fedora-Atomic-Vagrant', + 'name': 'Fedora-AtomicHost-Vagrant', 'kickstart': 'fedora-atomic-vagrant.ks', 'distro': 'Fedora-22', 'disk_size': 40, 'arches': ['x86_64'], 'install_tree_from': 'Cloud', - 'subvariant': 'Atomic', + 'subvariant': 'AtomicHost', 'failable': ['*'], }, 'factory-parameters': {