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