summaryrefslogtreecommitdiffhomepage
path: root/doc/source
diff options
context:
space:
mode:
authorYAMAMOTO Takashi <yamamoto@valinux.co.jp>2014-02-07 16:36:20 +0900
committerFUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>2014-02-07 19:53:55 +0900
commit188d68fcf831ba3992de299c75a639f56b1b3b09 (patch)
tree2d28fded9a479f5a837507af0d28f88f9f11288c /doc/source
parentd175ca6f0dfb54e337a50694bc3b0d9bfb554883 (diff)
neutron-ofswitch-agent man page
Signed-off-by: YAMAMOTO Takashi <yamamoto@valinux.co.jp> Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
Diffstat (limited to 'doc/source')
-rw-r--r--doc/source/conf.py3
-rw-r--r--doc/source/man/neutron_ofswitch_agent.rst20
2 files changed, 23 insertions, 0 deletions
diff --git a/doc/source/conf.py b/doc/source/conf.py
index d0d9fa6b..afa836c3 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 00000000..d2477451
--- /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