To uninstall cinder-volume just follow these instructions.
sudo apt-get remove cinder-volume
This will remove just the cinder-volume package itself.
sudo apt-get remove --auto-remove cinder-volume
This will remove the cinder-volume package and any other dependant packages which are no longer needed.
If you also want to delete your local/config files for cinder-volume then this will work.
sudo apt-get purge cinder-volume
Or similarly, like this cinder-volume
sudo apt-get purge --auto-remove cinder-volume
Package | cinder-volume |
Version | 1:2014.1-0ubuntu1 |
Maintainer | Chuck Short <[email protected]> |
Home page | http://launchpad.net/cinder |
Description | Cinder storage service – Volume server |
Distro | ubuntu |
Release | trusty |
Repo | main |
Section | net |