> OpenStack ofagent still needs bin/neutron-ofagent-agent? no.
> > = >>From 5033700ca9c6a161ac8640137b385ae752b6cebc Mon Sep 17 00:00:00 2001 > From: FUJITA Tomonori <[email protected]> > Date: Mon, 21 Apr 2014 08:51:53 +0900 > Subject: [PATCH] delete bin/neutron-ofagent-agent > > Signed-off-by: FUJITA Tomonori <[email protected]> you can remove doc/source/man/neutron_ofagent_agent.rst as well. Reviewed-by: YAMAMOTO Takashi <[email protected]> > --- > bin/neutron-ofagent-agent | 19 ------------------- > doc/source/conf.py | 3 --- > run_tests.sh | 2 +- > 3 files changed, 1 insertion(+), 23 deletions(-) > delete mode 100755 bin/neutron-ofagent-agent > > diff --git a/bin/neutron-ofagent-agent b/bin/neutron-ofagent-agent > deleted file mode 100755 > index badf2ea..0000000 > --- a/bin/neutron-ofagent-agent > +++ /dev/null > @@ -1,19 +0,0 @@ > -#!/usr/bin/env python > - > -# Copyright (C) 2011, 2012 Nippon Telegraph and Telephone Corporation. > -# > -# Licensed under the Apache License, Version 2.0 (the "License"); > -# you may not use this file except in compliance with the License. > -# You may obtain a copy of the License at > -# > -# http://www.apache.org/licenses/LICENSE-2.0 > -# > -# Unless required by applicable law or agreed to in writing, software > -# distributed under the License is distributed on an "AS IS" BASIS, > -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or > -# implied. > -# See the License for the specific language governing permissions and > -# limitations under the License. > - > -from ryu.cmd.ofa_neutron_agent import main > -main() > diff --git a/doc/source/conf.py b/doc/source/conf.py > index 8df4935..a17bb22 100644 > --- a/doc/source/conf.py > +++ b/doc/source/conf.py > @@ -215,9 +215,6 @@ latex_documents = [ > man_pages = [ > ('index', 'ryu', u'ryu Documentation', > [u'ryu development team'], 1), > - ('man/neutron_ofagent_agent', 'neutron-ofagent-agent', > - u'neutron ofagent agent', > - [u'ryu development team'], 1), > ('man/ryu', 'ryu', u'ryu', > [u'ryu development team'], 1), > ('man/ryu_manager', 'ryu-manager', u'ryu manager', > diff --git a/run_tests.sh b/run_tests.sh > index 6f985e8..c48c069 100755 > --- a/run_tests.sh > +++ b/run_tests.sh > @@ -90,7 +90,7 @@ run_tests() { > run_pylint() { > echo "Running pylint ..." > PYLINT_OPTIONS="--rcfile=.pylintrc --output-format=parseable" > - PYLINT_INCLUDE="ryu bin/ryu bin/ryu-manager bin/neutron-ofagent-agent > ryu/tests/bin/ryu-client" > + PYLINT_INCLUDE="ryu bin/ryu bin/ryu-manager ryu/tests/bin/ryu-client" > export PYTHONPATH=$PYTHONPATH:.ryu > PYLINT_LOG=pylint.log > > -- > 1.8.5.2 (Apple Git-48) > > > ------------------------------------------------------------------------------ > Learn Graph Databases - Download FREE O'Reilly Book > "Graph Databases" is the definitive new guide to graph databases and their > applications. Written by three acclaimed leaders in the field, > this first edition is now available. Download your free book today! > http://p.sf.net/sfu/NeoTech > _______________________________________________ > Ryu-devel mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/ryu-devel ------------------------------------------------------------------------------ Start Your Social Network Today - Download eXo Platform Build your Enterprise Intranet with eXo Platform Software Java Based Open Source Intranet - Social, Extensible, Cloud Ready Get Started Now And Turn Your Intranet Into A Collaboration Platform http://p.sf.net/sfu/ExoPlatform _______________________________________________ Ryu-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ryu-devel
