Nova Journal Middleware driver uninstalling

Important

All commands are executed only from superuser.

Mode superuser:

sudo -i

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

  1. Uninstall Nova Journal Middleware:

    • For Python package:

      pip3 uninstall nova-journal-middleware
      
  2. Make sure driver usage is disabled in config file /etc/nova/api-paste.ini.

  3. Restart nova-api service:

    # Debian:
    systemctl restart nova-api.service
    

Note

To uninstall the Nova Journal Middleware on Astra Linux (Smolensk), do the following:

  1. Delete the package with the command:

    apt remove -y aos-nova-journal-middleware