From 3574e23ec21a892193f462f33aa399bebeef4c47 Mon Sep 17 00:00:00 2001 From: dharmendra kushwaha Date: Sun, 6 Mar 2016 04:25:55 +0530 Subject: [PATCH] Removing unused clauses Removing unused clauses Change-Id: I44caed4308c1420155cee400db557c73f9c15e7c --- doc/source/install/devstack.rst | 7 ++++--- tacker/vm/plugin.py | 5 ++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/doc/source/install/devstack.rst b/doc/source/install/devstack.rst index 86feb6714..7905cf1a7 100644 --- a/doc/source/install/devstack.rst +++ b/doc/source/install/devstack.rst @@ -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='' diff --git a/tacker/vm/plugin.py b/tacker/vm/plugin.py index 59f8626d6..29b96ffc5 100644 --- a/tacker/vm/plugin.py +++ b/tacker/vm/plugin.py @@ -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(