cloud-init/cloudinit/sources
Claudiu Popa dc3efec379 Add a version filtering strategy
The current patch proposes the addition of a new data source strategy
for filtering the strategies by a given list of versions.

Each data source exports a new API, called ``version()``, which should
return the underlying version of the said data source. This implies that
each data source module can export multiple versioned data sources and it's
the duty of an external strategy to select the appropiate data source with
regard to a particular set of versions.

Change-Id: I6ef2fdd6520a53fc600232247f23bd22b848461e
2015-09-01 13:19:32 +03:00
..
openstack Add a version filtering strategy 2015-09-01 13:19:32 +03:00
__init__.py LICENSE: license / header redux 2015-05-13 21:26:05 -04:00
base.py Add a version filtering strategy 2015-09-01 13:19:32 +03:00
strategy.py Add a version filtering strategy 2015-09-01 13:19:32 +03:00