nodepool/nodepool/driver/test
David Shrewsbury c08eb291f7 Fix for pools with different labels
Pools within the same provider that have different labels are
attempting to handle requests for ALL labels defined within the provider.
This is due to change I61263f51be5e957de71d1e2dabaa7391bbe7bddf which
incorrectly changed from getting supported labels from per-pool to
per-provider. This modifies the getSupportedLabels() API to support
pools.

Change-Id: I7a0d472928c6b528f6faa6dd3b9cf1479874cb22
2018-06-28 15:04:35 -04:00
..
__init__.py Have Drivers create Providers 2018-06-06 14:57:40 -04:00
config.py Fix for pools with different labels 2018-06-28 15:04:35 -04:00
handler.py Directly link providers and request handlers 2018-06-04 11:53:44 -04:00
provider.py Pass zk connection to ProviderManager.start() 2018-06-12 12:04:16 -04:00