Nova Virt Driver uninstalling

Important

All commands are executed only from superuser.

Mode superuser:

sudo -i

When you need to uninstall the Nova Virt Driver, do the following:

  1. Uninstall Nova Virt Driver:

    • For Python package:

      pip3 uninstall nova-virt-driver
      
  2. Make sure driver usage is disabled in the config file /etc/nova/nova.conf.

  3. Restart nova-compute service:

    # Debian:
    systemctl restart nova-compute.service
    

Note

To uninstall the Nova Virt Driver on Astra Linux (Smolensk), do the following:

  1. Delete the package with the command:

    apt remove -y aos-nova-virt-driver