Consider to stop instances that are no longer performing tasks, so as not to run them unnecessarily.
$ openstack server stop <instance>
Consider removing useless instances.
$ openstack server delete <instance>
You will free up resources to create new instances.
Furthermore, it’s an eco-responsible approach !