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 /bin | |
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 'bin')
-rwxr-xr-x | bin/neutron-ofagent-agent (renamed from bin/neutron-ofswitch-agent) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/neutron-ofswitch-agent b/bin/neutron-ofagent-agent index 2778b220..badf2ea0 100755 --- a/bin/neutron-ofswitch-agent +++ b/bin/neutron-ofagent-agent @@ -15,5 +15,5 @@ # See the License for the specific language governing permissions and # limitations under the License. -from ryu.cmd.ofs_neutron_agent import main +from ryu.cmd.ofa_neutron_agent import main main() |