From: Joao Eduardo Luis Date: Mon, 1 Oct 2018 00:00:45 +0000 (+0100) Subject: mgr/dashboard: fix reference to oA X-Git-Tag: v14.0.1~149^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F24343%2Fhead;p=ceph.git mgr/dashboard: fix reference to oA Signed-off-by: Joao Eduardo Luis --- diff --git a/src/pybind/mgr/dashboard/__init__.py b/src/pybind/mgr/dashboard/__init__.py index f09ef245276..527073db5e8 100644 --- a/src/pybind/mgr/dashboard/__init__.py +++ b/src/pybind/mgr/dashboard/__init__.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # pylint: disable=wrong-import-position,global-statement,protected-access """ -openATTIC module +ceph dashboard module """ from __future__ import absolute_import diff --git a/src/pybind/mgr/dashboard/module.py b/src/pybind/mgr/dashboard/module.py index 08c5eda6878..2140294e5a0 100644 --- a/src/pybind/mgr/dashboard/module.py +++ b/src/pybind/mgr/dashboard/module.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- """ -openATTIC mgr plugin (based on CherryPy) +ceph dashboard mgr plugin (based on CherryPy) """ from __future__ import absolute_import