links to stackforge now link to openstack

Update links to stackforge into links to openstack
in README*.rst.
Change-Id: Ic2d81f65c6eff312c62ed2c64b315cb6316d7695
This commit is contained in:
Thomas Morin
2015年06月15日 09:58:55 +02:00
parent b80d272636
commit 07ddf66b2f

View File

@@ -25,15 +25,15 @@ In devstack :
* install networking-bagpipe-l2_ (the code to interact with ``bagpipe-bgp`` comes from there)::
enable_plugin networking-bagpipe-l2 git@github.com:stackforge/networking-bagpipe-l2.git
enable_plugin networking-bagpipe-l2 git@github.com:openstack/networking-bagpipe-l2.git
* define ``Q_AGENT=bagpipe-openvswitch`` in ``local.conf``
* (you need to ``git clone git@github.com:stackforge/networking-bgpvpn.git`` in /opt/stack manually before doing a ./stack.sh,
* (you need to ``git clone git@github.com:openstack/networking-bgpvpn.git`` in /opt/stack manually before doing a ./stack.sh,
or a devstack more recent than 2015年04月20日 which includes https://review.openstack.org/#/c/168796 )
.. _bagpipe-bgp: https://github.com/Orange-OpenSource/bagpipe-bgp
.. _networking-bagpipe-l2: https://github.com/stackforge/networking-bagpipe-l2
.. _networking-bagpipe-l2: https://github.com/openstack/networking-bagpipe-l2

View File

@@ -5,7 +5,7 @@ networking-bgpvpn
API and Framework to interconnect BGP/MPLS VPNs to Openstack Neutron networks
* Free software: Apache license
* Source: http://git.openstack.org/cgit/stackforge/networking-bgpvpn
* Source: http://git.openstack.org/cgit/openstack/networking-bgpvpn
* Bugs: http://bugs.launchpad.net/bgpvpn
Quick start
@@ -18,7 +18,7 @@ To be able to test this framework, you have to:
* add the devstack plugin for the BGPVPN service plugin to your ``local.conf``: ::
[[local|localrc]]
enable_plugin networking-bgpvpn git@github.com:stackforge/networking-bgpvpn.git
enable_plugin networking-bgpvpn git@github.com:openstack/networking-bgpvpn.git
* add the following to your ``local.conf``: ::
Reference in New Issue
openstack/networking-bgpvpn
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.

The note is not visible to the blocked user.