Add code to list unused floating IPs, security groups, and volumes.
Related discussion. Currently openstack server show list the security groups used by the VM using the security group name rather than the ID. Therefore a VM can have multiple security groups with the same name. This will cause issues identifying unused security groups.
Summary
Add code to list unused floating IPs, security groups, and volumes.
Related discussion. Currently
openstack server show
list the security groups used by the VM using the security group name rather than the ID. Therefore a VM can have multiple security groups with the same name. This will cause issues identifying unused security groups.Related issue : https://github.com/EGI-Federation/fedcloud-vm-monitoring/issues/21