From 9768c57da7616c025e987f0ffe01979d13343c30 Mon Sep 17 00:00:00 2001 From: Dusty Mabe Date: Mar 10 2018 02:55:43 +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 (cherry picked from commit 10adae137d80a6bcd758061d5ecd319b346910d1) --- diff --git a/fedora.conf b/fedora.conf index 9158c41..e7caeed 100644 --- a/fedora.conf +++ b/fedora.conf @@ -368,26 +368,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': {