tempest/tempest/common
Artom Lifshitz 595ae16987 Deprecate available filters in favor of enabled
Previously, Tempest's default for scheduler_available_filters was
'all'. This was different from Nova's default enabled_filters, which
does *not* include all possible filters available in Nova. Thus, in a
deployment where both options were kept at their default value,
Tempest's is_scheduler_filter_enabled() would return True for all
filters, even if those filters weren't enabled in Nova. In addition,
the 'available' wording could be made clearer. This patch deprecates
scheduler_available_filters, replacing it with
scheduler_enabled_filters. The latter has its default value set to
Nova's enabled_filters default.

Related-bug: 1628443
Change-Id: I5c87865dc650d383ee006d36b6d52cdd90577ab9
2018-11-02 08:09:33 -04:00
..
utils Mark raw strings as such 2018-07-06 14:01:28 +01:00
__init__.py Changes the namespace from storm to tempest, as well as adding addition tests and improvements 2011-12-06 16:48:03 -06:00
compute.py Deprecate available filters in favor of enabled 2018-11-02 08:09:33 -04:00
credentials_factory.py Mark raw strings as such 2018-07-06 14:01:28 +01:00
custom_matchers.py Mark raw strings as such 2018-07-06 14:01:28 +01:00
identity.py Remove v2 identity from tempest cleanup command 2017-10-26 18:51:52 +02:00
image.py Replace six.iteritems with dict.items 2017-01-03 23:17:34 +00:00
tempest_fixtures.py Update all Oslo module use 2015-03-11 21:07:56 +00:00
waiters.py Add wait_for_interface_detach method 2018-05-20 18:56:16 +00:00