From: venkatamahesh Date: Mon, 9 Nov 2015 14:42:32 +0000 (+0530) Subject: Change the repos from stackforge to OpenStack X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=77892b449e637f5635889d8af6e6c8fbf1b19428;p=openstack-build%2Fneutron-build.git Change the repos from stackforge to OpenStack The links which are referring to stackforge repo even after they moved to openstack are corrected by replacing stackforge with openstack Change-Id: Idfdd0e0992f7f0b61691991c9877f56f1bdfba02 --- diff --git a/doc/source/dashboards/index.rst b/doc/source/dashboards/index.rst index 85de81daf..567681623 100644 --- a/doc/source/dashboards/index.rst +++ b/doc/source/dashboards/index.rst @@ -8,7 +8,7 @@ Gerrit Dashboards These dashboard links can be generated by `Gerrit Dashboard Creator`_. Useful dashboard definitions are found in ``dashboards`` directory. -.. _Gerrit Dashboard Creator: https://github.com/stackforge/gerrit-dash-creator +.. _Gerrit Dashboard Creator: https://github.com/openstack/gerrit-dash-creator Neutron Graphite Pages ====================== diff --git a/doc/source/stadium/sub_projects.rst b/doc/source/stadium/sub_projects.rst index cb58aa4fb..5fe081127 100644 --- a/doc/source/stadium/sub_projects.rst +++ b/doc/source/stadium/sub_projects.rst @@ -210,7 +210,7 @@ BGPVPN Big Switch Networks +++++++++++++++++++ -* Git: https://git.openstack.org/cgit/stackforge/networking-bigswitch +* Git: https://git.openstack.org/cgit/openstack/networking-bigswitch * Pypi: https://pypi.python.org/pypi/bsnstacklib .. _networking-brocade: diff --git a/neutron/db/migration/alembic_migrations/external.py b/neutron/db/migration/alembic_migrations/external.py index bc6fd98a2..a0c7215fd 100644 --- a/neutron/db/migration/alembic_migrations/external.py +++ b/neutron/db/migration/alembic_migrations/external.py @@ -88,7 +88,7 @@ REPO_VMWARE_TABLES = [ 'vcns_router_bindings', ] -# NEC models moved to stackforge/networking-nec +# NEC models are in openstack/networking-nec REPO_NEC_TABLES = [ 'ofcnetworkmappings', 'ofcportmappings', diff --git a/neutron/plugins/bigswitch/plugin.py b/neutron/plugins/bigswitch/plugin.py index b067c2174..5c8cdfd57 100644 --- a/neutron/plugins/bigswitch/plugin.py +++ b/neutron/plugins/bigswitch/plugin.py @@ -16,7 +16,7 @@ """ Neutron REST Proxy Plug-in for Big Switch and FloodLight Controllers. -See http://github.com/stackforge/networking-bigswitch for more information +See http://github.com/openstack/networking-bigswitch for more information """ from bsnstacklib.plugins.bigswitch import plugin diff --git a/neutron/plugins/ml2/drivers/brocade/README.md b/neutron/plugins/ml2/drivers/brocade/README.md index 6a2cb2a5c..33fa0ed2b 100644 --- a/neutron/plugins/ml2/drivers/brocade/README.md +++ b/neutron/plugins/ml2/drivers/brocade/README.md @@ -1,8 +1,8 @@ Brocade ML2 Mechanism driver from ML2 plugin ============================================ -* The real code now resides in stackforge: - http://github.com/stackforge/networking-brocade +* The real code now resides outside the Neutron Stadium in an OpenStack git repository: + http://github.com/openstack/networking-brocade * up-to-date version of these instructions are located at: http://50.56.236.34/docs/brocade-ml2-mechanism.txt