From a0efbfca7deb70b2ea0692ae4815b733f1876d04 Mon Sep 17 00:00:00 2001 From: zhiyuan_cai Date: Mon, 29 Jun 2015 11:48:22 +0800 Subject: [PATCH] Modify description files Add a link to poc code in project readme file; also remove readme file in l2 proxy which is not needed. Change-Id: Iebf3e552ab69c014dcd40bffe59dc44bb90c7d3f Closes-Bug: #1469351 #1469352 --- README.md | 2 ++ l2_proxy/README | 4 ---- 2 files changed, 2 insertions(+), 4 deletions(-) delete mode 100644 l2_proxy/README diff --git a/README.md b/README.md index c2b1037f..94e26f67 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # Tricircle +(For PoC source code, please switch to ["poc"](https://github.com/stackforge/tricircle/tree/poc) tag, or ["stable/fortest"](https://github.com/stackforge/tricircle/tree/stable/fortest) branch) + Tricircle is a stackforge project that aims to deal with OpenStack deployment across multiple sites. It provides users a single management view by having only one OpenStack instance on behalf of all the involved ones. It essentially serves as a communication bus between the central OpenStack instance and the other OpenStack instances that are called upon. ## Project Resources diff --git a/l2_proxy/README b/l2_proxy/README deleted file mode 100644 index 005aca36..00000000 --- a/l2_proxy/README +++ /dev/null @@ -1,4 +0,0 @@ -The Open vSwitch (OVS) Neutron plugin has been removed and replaced by ML2. You -must run the migration manually to upgrade to Juno. - -See neutron/db/migration/migrate_to_ml2.py