Merge "Revert "Filter UnsupportedServiceVersion warning""

This commit is contained in:
Zuul 2019-08-29 13:15:36 +00:00 committed by Gerrit Code Review
commit 25a3624a58

View File

@ -880,15 +880,6 @@ class WarningsFixture(fixtures.Fixture):
category=DeprecationWarning,
module='migrate.versioning.script.py')
# TODO(takashin): Change (or remove) this warning once
# a service description for placement service is added in openstacksdk.
warnings.filterwarnings(
'ignore',
message='Service placement has no discoverable version. '
'The resulting Proxy object will only have direct '
'passthrough REST capabilities.',
module='openstack.service_description')
self.addCleanup(warnings.resetwarnings)