diff options
author | YAMAMOTO Takashi <yamamoto@valinux.co.jp> | 2014-02-17 12:49:08 +0900 |
---|---|---|
committer | FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> | 2014-02-17 22:40:36 +0900 |
commit | 2743eb4da5c7e1cfca5e0f4f6521d39281d6cca5 (patch) | |
tree | e0333540ed1ce82caf32b26ce4584555d5b974db /doc | |
parent | 2a95c185e1fcde27a17f39c72657a1e8efb26371 (diff) |
rename neutron agent from "ofswitch" to "ofagent"
suggested by some openstack folks.
see https://review.openstack.org/#/c/71791
Signed-off-by: YAMAMOTO Takashi <yamamoto@valinux.co.jp>
Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/source/conf.py | 4 | ||||
-rw-r--r-- | doc/source/man/neutron_ofagent_agent.rst | 20 | ||||
-rw-r--r-- | doc/source/man/neutron_ofswitch_agent.rst | 20 |
3 files changed, 22 insertions, 22 deletions
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 |