On Tue, 12 Aug 2014 18:30:57 +0900 (JST) FUJITA Tomonori <[email protected]> wrote:
> On Tue, 12 Aug 2014 10:24:41 +0200 > Jaume Devesa <[email protected]> wrote: > >> I've found an error caused by the use of oslo.cfg in Ryu's applications. >> Maybe I'm doing something wrong... but I find it strange, because I am >> following the common OpenStack path in agents. >> >> I'm trying to import our Ryu's BGP driver through OpenStack's >> *importutils* module[1]. >> When the module imports the driver's module, it raises a >> ArgsAlreadyParsedException in this line of code [2]. >> >> Digging a little bit in Ryu's code, I found the error raises when importing >> the app_manager module[3]. >> >> The module in [1] has a main method and does not need to have OpenStack >> deployed to reproduce it. >> >> Can you tell me if I am doing something wrong? Meanwhile I will explore >> more in Ryu's code to find a solution... > > I'll fix the problem in the better way. Meanwhile, can you try the > following? Your agent don't need ssh cli anyway. FYI, I've just pushed the better fix. The current git head should work with your code. ------------------------------------------------------------------------------ _______________________________________________ Ryu-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ryu-devel
