Bug 882183

Summary: python-virtinst: migration to /etc/hostname, /etc/vconsole.conf, /etc/locale.conf
Product: [Community] Virtualization Tools Reporter: Kay Sievers <kay>
Component: virt-managerAssignee: Cole Robinson <crobinso>
Status: CLOSED CURRENTRELEASE QA Contact:
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: unspecifiedCC: acathrow, berrange, crobinso, jforbes, virt-maint
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2013-10-02 16:35:47 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On:    
Bug Blocks: 881785    

Description Kay Sievers 2012-11-30 11:02:34 UTC
Fedora is migrating away from:
 /etc/sysconfig/network (the HOSTNAME=... setting)
 /etc/sysconfig/keyboard
 /etc/sysconfig/i18n
to:
 /etc/hostname
 /etc/vconsole.conf
 /etc/locale.conf

See the tracker bug 881785 for details.

We found:
 util.py KEYBOARD_DIR = "/etc/sysconfig/keyboard"

Please update the package for the new config files.

The old files are converted and deleted from the system at update time.
If reading the old files is still supported, please make sure they are
never created again.

Thanks!

Comment 1 Cole Robinson 2012-12-16 22:09:58 UTC
Moving to the upstream tracker: this code path is very rarely touched nowadays, is resilient against failure, and isn't critical functionality anyways.

Comment 2 Cole Robinson 2013-04-21 19:12:27 UTC
virtinst has been merged into virt-manager.git. Moving all virtinst bugs to the virt-manager component.

Comment 3 Cole Robinson 2013-10-02 16:35:47 UTC
Fixed upstream now