On Thu, 4 Jul 2013 22:04:38 +0900
Isaku Yamahata wrote:
> When independent methods for different dispatchers defined, all methods
> are called independent of state. This patch teach event dispatcher state.
>
> The following class
>
> class PacketTesting(app_manager.RyuApp):
> @set_ev_cls(ofp_e
On Tue, Jul 09, 2013 at 12:39:07PM +0900, FUJITA Tomonori wrote:
> On Thu, 4 Jul 2013 11:42:16 +0900
> Isaku Yamahata wrote:
>
> > Hi. Thank you for giving it a try.
> >
> > I've sent out the patches. Can you please try the patches?
> > I also uploaded it to github for convenience.
> > git://git
On Wed, 3 Jul 2013 16:40:42 +0900
YAMAMOTO Takashi wrote:
>
> Signed-off-by: YAMAMOTO Takashi
> ---
> ryu/ofproto/ofproto_v1_0.py | 2 ++
> ryu/ofproto/ofproto_v1_2.py | 2 ++
> ryu/ofproto/ofproto_v1_3.py | 2 ++
> 3 files changed, 6 insertions(+)
Applied, both.
---
On Thu, 4 Jul 2013 11:42:16 +0900
Isaku Yamahata wrote:
> Hi. Thank you for giving it a try.
>
> I've sent out the patches. Can you please try the patches?
> I also uploaded it to github for convenience.
> git://github.com/yamahata/ryu race-condition-july-04-2013
>
> Although I created the patc
On Thu, 4 Jul 2013 18:24:34 +0900
OHMURA Kei wrote:
> Signed-off-by: OHMURA Kei
> ---
> README.rst |6 +++---
> setup.py |2 +-
> 2 files changed, 4 insertions(+), 4 deletions(-)
Applied.
--
See everything
On Wed, 3 Jul 2013 17:17:18 +0900
OHMURA Kei wrote:
> Signed-off-by: OHMURA Kei
> ---
> ryu/app/conf_switch_key.py |2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
Applied.
--
See everything from the browse
On Mon, 8 Jul 2013 15:05:50 +0900
Isaku Yamahata wrote:
> This patch series eliminates warnings encounterd during creating fedora
> rpm package.
>
> Isaku Yamahata (3):
> MANIFEST.in: fix up to address warning
> packege: rpmlint warning
> man: remove man page of ryu client
>
> MANIFEST.
I have a simple infrastructure with Openstack Grizzly (with Quantum),
consisting of three nodes (one controller [running quantum-server], one
network node [running quantum agents] and a compute node) as in
http://docs.openstack.org/grizzly/basic-install/apt/content/basic-install_architecture.html.