deb-nodepool/nodepool
Clark Boylan 7086877f0c Cleanup old keypair config option
This old config option was not plumbed though anymore because we stopped
supported snapshot builds where this was used. Nodepool doesn't want to
manage keypairs at all so no creation/addition/listing/deletion, instead
it now accepts per label key name for precreated key in cloud regions
and will boot with that. Unfortunately this old code was "cleaning" up
this new label specified key for us as the only thing it did anymore.

Fix this by removing the dead code and stop deleting keys it doesn't
know about as we aren't managing keys anymore.

Change-Id: Ifff93de1ad81315141bfe1a53dc3d8578faee8e6
2017-04-11 12:01:12 -07:00
..
cmd Cleanup old keypair config option 2017-04-11 12:01:12 -07:00
tests Cleanup old keypair config option 2017-04-11 12:01:12 -07:00
__init__.py Initial commit 2013-08-15 09:47:23 -07:00
allocation.py Some extra safety around negative numbers 2014-08-29 13:51:52 -07:00
builder.py Fix potential race in image upload cleanup 2017-02-16 09:20:39 -05:00
config.py Cleanup old keypair config option 2017-04-11 12:01:12 -07:00
exceptions.py Add initial ZooKeeper API 2016-07-21 14:46:04 -04:00
fakeprovider.py Cleanup old keypair config option 2017-04-11 12:01:12 -07:00
jenkins_manager.py Revert "Remove duplicate python-jenkins code." 2015-11-15 18:47:57 +00:00
jobs.py Remove image building responsibility from nodepool.py 2016-11-15 19:33:18 -05:00
myjenkins.py Revert "Remove duplicate python-jenkins code." 2015-11-15 18:47:57 +00:00
nodedb.py Remove SnapshotImage from the database 2016-11-16 17:52:03 -05:00
nodepool.py Add support for specifying key-name per label 2017-04-10 17:26:25 -05:00
nodeutils.py Retry SSHExceptions in nodepool 2016-10-05 12:11:47 -04:00
provider_manager.py Cleanup old keypair config option 2017-04-11 12:01:12 -07:00
sshclient.py Add destructor to SSHClient 2017-02-28 15:47:00 -08:00
stats.py Don't use global statsd 2016-01-15 12:38:21 +11:00
status.py Add dib-image-list.json webapp target 2016-12-22 14:35:51 +11:00
task_manager.py Don't use taskmanagers in builder 2016-12-07 11:58:24 -08:00
version.py Fix nodepool --version 2015-02-06 12:09:52 -08:00
webapp.py Make web status text/plain 2017-02-03 11:57:50 +11:00
zk.py Share single ZooKeeper object among workers 2016-12-15 14:56:26 -05:00