]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
kernel: fix kernel installation when kdb: is specified
authorSage Weil <sage@inktank.com>
Fri, 13 Jul 2012 20:57:22 +0000 (13:57 -0700)
committerSage Weil <sage@inktank.com>
Fri, 13 Jul 2012 20:57:22 +0000 (13:57 -0700)
commitf37214e114cf7cbf7aa85c89c40c289e8ca32f3a
treee797900ca3a658879790e02e41b3699989b8c064
parentf5d1a32895fb019dfa25dd069c46c832b057be6f
kernel: fix kernel installation when kdb: is specified

This normalize check would only trigger if a *single* key was specified.
Change it so that it triggers as long as all keys are in the list of valid
keys. This lets us specify both kdb: true and a sha1/branch/tag.

Phew!
teuthology/task/kernel.py