diff --git a/manila/share/drivers/netapp/utils.py b/manila/share/drivers/netapp/utils.py index 959abc8c5f..784363e4e9 100644 --- a/manila/share/drivers/netapp/utils.py +++ b/manila/share/drivers/netapp/utils.py @@ -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' diff --git a/releasenotes/notes/bug-1886232-netapp-fix-python-package-name-0f3ec3f2deec8887.yaml b/releasenotes/notes/bug-1886232-netapp-fix-python-package-name-0f3ec3f2deec8887.yaml new file mode 100644 index 0000000000..4786aa2371 --- /dev/null +++ b/releasenotes/notes/bug-1886232-netapp-fix-python-package-name-0f3ec3f2deec8887.yaml @@ -0,0 +1,8 @@ +--- +fixes: + - | + Fixed `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.