From 2743eb4da5c7e1cfca5e0f4f6521d39281d6cca5 Mon Sep 17 00:00:00 2001 From: YAMAMOTO Takashi Date: Mon, 17 Feb 2014 12:49:08 +0900 Subject: rename neutron agent from "ofswitch" to "ofagent" suggested by some openstack folks. see https://review.openstack.org/#/c/71791 Signed-off-by: YAMAMOTO Takashi Signed-off-by: FUJITA Tomonori --- doc/source/conf.py | 4 ++-- doc/source/man/neutron_ofagent_agent.rst | 20 ++++++++++++++++++++ doc/source/man/neutron_ofswitch_agent.rst | 20 -------------------- 3 files changed, 22 insertions(+), 22 deletions(-) create mode 100644 doc/source/man/neutron_ofagent_agent.rst delete mode 100644 doc/source/man/neutron_ofswitch_agent.rst (limited to 'doc') diff --git a/doc/source/conf.py b/doc/source/conf.py index afa836c3..fcec4c62 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -215,8 +215,8 @@ latex_documents = [ man_pages = [ ('index', 'ryu', u'ryu Documentation', [u'ryu development team'], 1), - ('man/neutron_ofswitch_agent', 'neutron-ofswitch-agent', - u'neutron ofswitch agent', + ('man/neutron_ofagent_agent', 'neutron-ofagent-agent', + u'neutron ofagent agent', [u'ryu development team'], 1), ('man/rpc_cli', 'rpc-cli', u'a simple msgpack-rpc client', [u'ryu development team'], 1), diff --git a/doc/source/man/neutron_ofagent_agent.rst b/doc/source/man/neutron_ofagent_agent.rst new file mode 100644 index 00000000..2b95bc12 --- /dev/null +++ b/doc/source/man/neutron_ofagent_agent.rst @@ -0,0 +1,20 @@ +:orphan: + +neutron-ofagent-agent manual page +================================= + +Synoposis +--------- +**neutron-ofagent-agent** [*options*] + +Description +----------- +:program:`neutron-ofagent-agent` is a neutron agent for ofagent ML2 driver. + +Options +------- +-h, --help + +Author +------ +Ryu development team diff --git a/doc/source/man/neutron_ofswitch_agent.rst b/doc/source/man/neutron_ofswitch_agent.rst deleted file mode 100644 index d2477451..00000000 --- a/doc/source/man/neutron_ofswitch_agent.rst +++ /dev/null @@ -1,20 +0,0 @@ -:orphan: - -neutron-ofswitch-agent manual page -================================== - -Synoposis ---------- -**neutron-ofswitch-agent** [*options*] - -Description ------------ -:program:`neutron-ofswitch-agent` is a neutron agent for ofswitch ML2 driver. - -Options -------- --h, --help - -Author ------- -Ryu development team -- cgit v1.2.3