Signed-off-by: YAMAMOTO Takashi <[email protected]>
---
 doc/source/conf.py                        |  3 +++
 doc/source/man/neutron_ofswitch_agent.rst | 20 ++++++++++++++++++++
 2 files changed, 23 insertions(+)
 create mode 100644 doc/source/man/neutron_ofswitch_agent.rst

diff --git a/doc/source/conf.py b/doc/source/conf.py
index d0d9fa6..afa836c 100644
--- a/doc/source/conf.py
+++ b/doc/source/conf.py
@@ -215,6 +215,9 @@ 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',
+     [u'ryu development team'], 1),
     ('man/rpc_cli', 'rpc-cli', u'a simple msgpack-rpc client',
      [u'ryu development team'], 1),
     ('man/ryu_manager', 'ryu-manager', u'ryu manager',
diff --git a/doc/source/man/neutron_ofswitch_agent.rst 
b/doc/source/man/neutron_ofswitch_agent.rst
new file mode 100644
index 0000000..d247745
--- /dev/null
+++ b/doc/source/man/neutron_ofswitch_agent.rst
@@ -0,0 +1,20 @@
+: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
-- 
1.8.3.1


------------------------------------------------------------------------------
Managing the Performance of Cloud-Based Applications
Take advantage of what the Cloud has to offer - Avoid Common Pitfalls.
Read the Whitepaper.
http://pubads.g.doubleclick.net/gampad/clk?id=121051231&iu=/4140/ostg.clktrk
_______________________________________________
Ryu-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ryu-devel

Reply via email to