Flood of deprecation warnings in api.log file
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
OpenStack Shared File Systems Service (Manila) |
Fix Released
|
Medium
|
Tom Barron |
Bug Description
From https:/
Description of problem:
It looks like manila client is not aligned with manila services. As a result every request generates multiple warning messages about deprecated properties. Those messages are useless, since customer can't fix them.
We should either update the client, or change severity of those messages to DEBUG.
- share_type is deprecated: ::
2018-06-13 14:26:34.298 7785 WARNING manila.
Property 'share_type' is deprecated. Please use appropriate property from share instance.
- host is deprecated: ::
2018-06-11 14:30:48.655 150572 WARNING manila.
Property 'host' is deprecated. Please use appropriate property from share instance.
- share_server_id is deprecated: ::
2018-06-11 14:30:48.655 150572 WARNING manila.
- share_network_id is deprecated: ::
2018-06-11 14:30:48.655 150572 WARNING manila.
- availability_zone is deprecated: ::
2018-06-11 14:30:48.656 150572 WARNING manila.
Changed in manila: | |
importance: | Undecided → Medium |
milestone: | none → rocky-3 |
Changed in manila: | |
status: | Fix Released → Fix Committed |
Changed in manila: | |
status: | Fix Committed → Fix Released |
Fix proposed to branch: master /review. openstack. org/575517
Review: https:/