summaryrefslogtreecommitdiffhomepage
path: root/doc/source
diff options
context:
space:
mode:
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