diff --git a/qubes/vm/qubesvm.py b/qubes/vm/qubesvm.py index 0d46c5c1..5efa730d 100644 --- a/qubes/vm/qubesvm.py +++ b/qubes/vm/qubesvm.py @@ -586,11 +586,6 @@ class QubesVM(qubes.vm.mix.net.NetVMMixin, qubes.vm.BaseVM): self.storage.rename(old_name, new_name) - prefix = os.path.join(qubes.config.system_path['qubes_base_dir'], self.dir_path_prefix) - old_config = os.path.join(prefix, old_name, old_name + '.conf') - new_config = os.path.join(prefix, new_name, new_name + '.conf') - os.rename(old_config, new_config) - self._update_libvirt_domain() if self.autostart: