Removing unused clauses
Removing unused clauses Change-Id: I44caed4308c1420155cee400db557c73f9c15e7c
This commit is contained in:
parent
ddf9124405
commit
3574e23ec2
@ -59,9 +59,10 @@ Install from Liberty
|
||||
Multi Node Environment
|
||||
~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
In a multi-node devstack environment where controller, network and compute nodes are separate, some
|
||||
neutron agents should not be installed in the controller node. In such cases, use the following
|
||||
local.conf setting to disable neutron agents in the controller node. ::
|
||||
In a multi-node devstack environment where controller, network and compute
|
||||
nodes are separate, some neutron agents should not be installed in the
|
||||
controller node. In such cases, use the following local.conf setting to disable
|
||||
neutron agents in the controller node::
|
||||
|
||||
[[local|localrc]]
|
||||
TACKER_NEUTRON_AGENTS=''
|
||||
|
@ -26,7 +26,6 @@ from oslo_config import cfg
|
||||
|
||||
from tacker.api.v1 import attributes
|
||||
from tacker.common import driver_manager
|
||||
from tacker.db.vm import proxy_db # noqa
|
||||
from tacker.db.vm import vm_db
|
||||
from tacker.extensions import vnfm
|
||||
from tacker.openstack.common import excutils
|
||||
@ -100,9 +99,9 @@ class VNFMMgmtMixin(object):
|
||||
|
||||
|
||||
class VNFMPlugin(vm_db.VNFMPluginDb, VNFMMgmtMixin):
|
||||
"""VNFMPlugin which supports VNFM framework."""
|
||||
"""VNFMPlugin which supports VNFM framework.
|
||||
|
||||
"""Plugin which supports Tacker framework
|
||||
Plugin which supports Tacker framework
|
||||
"""
|
||||
OPTS = [
|
||||
cfg.ListOpt(
|
||||
|
Loading…
Reference in New Issue
Block a user