Comment 3 for bug 1838807

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to nova (master)

Reviewed: https://review.opendev.org/674515
Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=32c7c239d4dd66ab3e4515b265114d77422a49c9
Submitter: Zuul
Branch: master

commit 32c7c239d4dd66ab3e4515b265114d77422a49c9
Author: Takashi NATSUME <email address hidden>
Date: Mon Aug 5 08:38:14 2019 +0900

    Filter UnsupportedServiceVersion warning

    Add the following warning emitted in functional tests
    to the filterwarnings.

      UnsupportedServiceVersion: Service placement has no discoverable
      version. The resulting Proxy object will only have direct passthrough
      REST capabilities.

    The warning is emitted because there is not a service description
    (pairs of a suppoerted version and a proxy class) for placement service
    in openstacksdk.
    So set the filter until the service description for placement service
    is added in openstacksdk.

    Change-Id: Ie3d4a122ccfe1a1022e7aa7604585a727489c5be
    Closes-Bug: #1838807