nimbusproject / nimbus

Nimbus - Open Source Cloud Computing Software - 100% Apache2 licensed
http://www.nimbusproject.org/
197 stars 82 forks source link

nimbus-reset-state -e deletes SSH keypairs #116

Open priteau opened 11 years ago

priteau commented 11 years ago

nimbus-reset-state -e is supposed to reset IaaS databases, the runtime tracking of VM/VMM state, network leases, etc.

It deletes elastic.db, which also contains SSH keypairs uploaded with the EC2 API. Generally an administrator will want to keep these keypairs, so nimbus-reset-state should instead only purge the instances and reservations tables.