Signed-off-by: YAMAMOTO Takashi <yamam...@valinux.co.jp>
---
 doc/source/index.rst      |  1 +
 doc/source/parameters.rst | 58 +++++++++++++++++++++++------------------------
 2 files changed, 30 insertions(+), 29 deletions(-)

diff --git a/doc/source/index.rst b/doc/source/index.rst
index 3de6f33..c443bc6 100644
--- a/doc/source/index.rst
+++ b/doc/source/index.rst
@@ -15,6 +15,7 @@ Contents:
    getting_started.rst
    developing.rst
    configuration.rst
+   using_with_openstack.rst
 
 Indices and tables
 ==================
diff --git a/doc/source/parameters.rst b/doc/source/parameters.rst
index 55853f1..637d8ef 100644
--- a/doc/source/parameters.rst
+++ b/doc/source/parameters.rst
@@ -104,32 +104,32 @@ Invoking Example
 ================
 The example is as follows::
 
-% PYTHONPATH=. ./bin/ryu-manager --wsapi-port 8081 --verbose --app-lists 
ryu.app.simple_isolation,ryu.app.rest
-loading app ryu.app.simple_isolation
-loading app ryu.app.rest
-loading app ryu.controller.ofp_handler
-creating context dpset
-creating context wsgi
-creating context network
-instantiating app ryu.app.simple_isolation
-instantiating app ryu.app.rest
-instantiating app ryu.controller.ofp_handler
-BRICK dpset
-  CONSUMES EventOFPStateChange
-  CONSUMES EventOFPPortStatus
-  CONSUMES EventOFPSwitchFeatures
-BRICK ofp_event
-  PROVIDES EventOFPStateChange TO ['dpset']
-  PROVIDES EventOFPPortStatus TO ['dpset', 'SimpleIsolation']
-  PROVIDES EventOFPPacketIn TO ['SimpleIsolation']
-  PROVIDES EventOFPSwitchFeatures TO ['dpset', 'SimpleIsolation']
-  CONSUMES EventOFPEchoRequest
-  CONSUMES EventOFPErrorMsg
-  CONSUMES EventOFPSwitchFeatures
-  CONSUMES EventOFPHello
-BRICK network
-BRICK RestAPI
-BRICK SimpleIsolation
-  CONSUMES EventOFPPacketIn
-  CONSUMES EventOFPPortStatus
-  CONSUMES EventOFPSwitchFeatures
+    % PYTHONPATH=. ./bin/ryu-manager --wsapi-port 8081 --verbose --app-lists 
ryu.app.simple_isolation,ryu.app.rest
+    loading app ryu.app.simple_isolation
+    loading app ryu.app.rest
+    loading app ryu.controller.ofp_handler
+    creating context dpset
+    creating context wsgi
+    creating context network
+    instantiating app ryu.app.simple_isolation
+    instantiating app ryu.app.rest
+    instantiating app ryu.controller.ofp_handler
+    BRICK dpset
+      CONSUMES EventOFPStateChange
+      CONSUMES EventOFPPortStatus
+      CONSUMES EventOFPSwitchFeatures
+    BRICK ofp_event
+      PROVIDES EventOFPStateChange TO ['dpset']
+      PROVIDES EventOFPPortStatus TO ['dpset', 'SimpleIsolation']
+      PROVIDES EventOFPPacketIn TO ['SimpleIsolation']
+      PROVIDES EventOFPSwitchFeatures TO ['dpset', 'SimpleIsolation']
+      CONSUMES EventOFPEchoRequest
+      CONSUMES EventOFPErrorMsg
+      CONSUMES EventOFPSwitchFeatures
+      CONSUMES EventOFPHello
+    BRICK network
+    BRICK RestAPI
+    BRICK SimpleIsolation
+      CONSUMES EventOFPPacketIn
+      CONSUMES EventOFPPortStatus
+      CONSUMES EventOFPSwitchFeatures
-- 
1.8.3.1


------------------------------------------------------------------------------
Get 100% visibility into Java/.NET code with AppDynamics Lite!
It's a free troubleshooting tool designed for production.
Get down to code-level detail for bottlenecks, with <2% overhead. 
Download for free and get started troubleshooting in minutes. 
http://pubads.g.doubleclick.net/gampad/clk?id=48897031&iu=/4140/ostg.clktrk
_______________________________________________
Ryu-devel mailing list
Ryu-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ryu-devel

Reply via email to