On Fri, 13 Jun 2014 02:07:22 +0900 (JST)
[email protected] (YAMAMOTO Takashi) wrote:
>> Fixed bugs, add VPN support, etc. There is still logs of things to
>> improve, however, I think that it's ready for merging.
>>
>> =
>>>From e70cd82b84ec837e78dc3982fd8012b872e3eda4 Mon Sep 17 00:00:00 20
> Fixed bugs, add VPN support, etc. There is still logs of things to
> improve, however, I think that it's ready for merging.
>
> =
>>From e70cd82b84ec837e78dc3982fd8012b872e3eda4 Mon Sep 17 00:00:00 2001
> From: FUJITA Tomonori
> Date: Fri, 13 Jun 2014 01:31:54 +0900
> Subject: [PATCH] bgp: add
Fixed bugs, add VPN support, etc. There is still logs of things to
improve, however, I think that it's ready for merging.
=
>From e70cd82b84ec837e78dc3982fd8012b872e3eda4 Mon Sep 17 00:00:00 2001
From: FUJITA Tomonori
Date: Fri, 13 Jun 2014 01:31:54 +0900
Subject: [PATCH] bgp: add bgpspaker modul
2014-06-12 19:50 GMT+09:00 Yoshihiro Kaneko :
> 2014-06-12 17:47 GMT+09:00 马超 :
>> the ryu-agent in compute seems can connect to neutron after recent reboot,
>> and the info in ryu-agent.log has changed. but instance still cannot got
>> ip.
>
> Possible causes are:
> - dhcp-agent is not working
2014-06-12 17:47 GMT+09:00 马超 :
> the ryu-agent in compute seems can connect to neutron after recent reboot,
> and the info in ryu-agent.log has changed. but instance still cannot got
> ip.
Possible causes are:
- dhcp-agent is not working normally
Please check dhcp-agent.log.
- tunnel port is
This set simplifies ofa_neutron_agent module
as a preparation to move it into neutron repo.
YAMAMOTO Takashi (5):
ofa_neutron_agent: Simplify
AppManager: Add a convenient method to run apps
ofa_neutron_agent: Use AppManager.run_apps
ofa_neutron_agent: Remove unused logger instance
ofa_ne
As a preparation to move this module to neutron repo,
change the copyright notice to the style commonly found there.
Also, add myself as co-author.
Signed-off-by: YAMAMOTO Takashi
---
ryu/cmd/ofa_neutron_agent.py | 23 ---
1 file changed, 12 insertions(+), 11 deletions(-)
d
Signed-off-by: YAMAMOTO Takashi
---
ryu/base/app_manager.py | 20
1 file changed, 20 insertions(+)
diff --git a/ryu/base/app_manager.py b/ryu/base/app_manager.py
index c649fbe..20d6c64 100644
--- a/ryu/base/app_manager.py
+++ b/ryu/base/app_manager.py
@@ -30,6 +30,7 @@ impor
No functional changes are intended.
Signed-off-by: YAMAMOTO Takashi
---
ryu/cmd/ofa_neutron_agent.py | 14 +-
1 file changed, 1 insertion(+), 13 deletions(-)
diff --git a/ryu/cmd/ofa_neutron_agent.py b/ryu/cmd/ofa_neutron_agent.py
index a194f0b..5a12f3a 100755
--- a/ryu/cmd/ofa_neut
Signed-off-by: YAMAMOTO Takashi
---
ryu/cmd/ofa_neutron_agent.py | 52
1 file changed, 9 insertions(+), 43 deletions(-)
diff --git a/ryu/cmd/ofa_neutron_agent.py b/ryu/cmd/ofa_neutron_agent.py
index b7dab9e..a194f0b 100755
--- a/ryu/cmd/ofa_neutron_ag
Signed-off-by: YAMAMOTO Takashi
---
ryu/cmd/ofa_neutron_agent.py | 4
1 file changed, 4 deletions(-)
diff --git a/ryu/cmd/ofa_neutron_agent.py b/ryu/cmd/ofa_neutron_agent.py
index 5a12f3a..f127a52 100755
--- a/ryu/cmd/ofa_neutron_agent.py
+++ b/ryu/cmd/ofa_neutron_agent.py
@@ -23,14 +23,10
(2014/06/11 16:56), YAMADA Hideki wrote:
> (2014/06/11 16:32), FUJITA Tomonori wrote:
>> On Thu, 5 Jun 2014 19:08:48 +0900
>> YAMADA Hideki wrote:
>>
>>>
>>> Signed-off-by: YAMADA Hideki
>>> ---
>>>ryu/base/app_manager.py | 14 +++---
>>>1 file changed, 7 insertions(+), 7 deleti
12 matches
Mail list logo