Merge "[NetApp] Fix python-manila package version" into stable/ussuri

This commit is contained in:
Zuul 2021-06-01 23:46:14 +00:00 committed by Gerrit Code Review
commit f849c81995
2 changed files with 9 additions and 1 deletions

View File

@ -118,7 +118,7 @@ class OpenStackInfo(object):
NetApp uses these fields as content for EMS log entry.
"""
PACKAGE_NAME = 'python-manila'
PACKAGE_NAME = 'python3-manila'
def __init__(self):
self._version = 'unknown version'

View File

@ -0,0 +1,8 @@
---
fixes:
- |
Fixed `bug #1886232 <https://bugs.launchpad.net/manila/+bug/1886232>`_
that causes an INFO message saying the python-manila package was not found.
Now, the package name was updated to python3-manila. This fix solves only in
the case that the user installed the manila using the default packages found
in OS.