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/neutron-ofagent-agent | |
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/neutron-ofagent-agent')
-rwxr-xr-x | bin/neutron-ofagent-agent | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/bin/neutron-ofagent-agent b/bin/neutron-ofagent-agent new file mode 100755 index 00000000..badf2ea0 --- /dev/null +++ b/bin/neutron-ofagent-agent @@ -0,0 +1,19 @@ +#!/usr/bin/env python + +# Copyright (C) 2011, 2012 Nippon Telegraph and Telephone Corporation. +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or +# implied. +# See the License for the specific language governing permissions and +# limitations under the License. + +from ryu.cmd.ofa_neutron_agent import main +main() |