Merge "[NetApp] Fix python-manila package version"
This commit is contained in:
commit
63da051929
@ -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'
|
||||
|
@ -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.
|
Loading…
Reference in New Issue
Block a user