fixed typos. removed an unused import
Change-Id: I3cc1d2b2e89f5f4bd82dd8a259363d4e88708531
This commit is contained in:
1
Authors
1
Authors
@@ -142,6 +142,7 @@ William Kelly <william.kelly@rackspace.com>
|
|||||||
William Wolf <throughnothing@gmail.com>
|
William Wolf <throughnothing@gmail.com>
|
||||||
Yoshiaki Tamura <yoshi@midokura.jp>
|
Yoshiaki Tamura <yoshi@midokura.jp>
|
||||||
Youcef Laribi <Youcef.Laribi@eu.citrix.com>
|
Youcef Laribi <Youcef.Laribi@eu.citrix.com>
|
||||||
|
Yun Mao <yunmao@gmail.com>
|
||||||
Yun Shen <Yun.Shen@hp.com>
|
Yun Shen <Yun.Shen@hp.com>
|
||||||
Yuriy Taraday <yorik.sar@gmail.com>
|
Yuriy Taraday <yorik.sar@gmail.com>
|
||||||
Zhixue Wu <Zhixue.Wu@citrix.com>
|
Zhixue Wu <Zhixue.Wu@citrix.com>
|
||||||
|
@@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
"""Base Manager class.
|
"""Base Manager class.
|
||||||
|
|
||||||
Managers are responsible for a certain aspect of the sytem. It is a logical
|
Managers are responsible for a certain aspect of the system. It is a logical
|
||||||
grouping of code relating to a portion of the system. In general other
|
grouping of code relating to a portion of the system. In general other
|
||||||
components should be using the manager to make changes to the components that
|
components should be using the manager to make changes to the components that
|
||||||
it is responsible for.
|
it is responsible for.
|
||||||
@@ -55,7 +55,6 @@ This module provides Manager, a base class for managers.
|
|||||||
|
|
||||||
from nova import flags
|
from nova import flags
|
||||||
from nova import log as logging
|
from nova import log as logging
|
||||||
from nova import utils
|
|
||||||
from nova.db import base
|
from nova.db import base
|
||||||
from nova.scheduler import api
|
from nova.scheduler import api
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user