From 77892b449e637f5635889d8af6e6c8fbf1b19428 Mon Sep 17 00:00:00 2001 From: venkatamahesh Date: Mon, 9 Nov 2015 20:12:32 +0530 Subject: [PATCH] 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 --- doc/source/dashboards/index.rst | 2 +- doc/source/stadium/sub_projects.rst | 2 +- neutron/db/migration/alembic_migrations/external.py | 2 +- neutron/plugins/bigswitch/plugin.py | 2 +- neutron/plugins/ml2/drivers/brocade/README.md | 4 ++-- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/doc/source/dashboards/index.rst b/doc/source/dashboards/index.rst index 85de81dafa9..56768162343 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 cb58aa4fb57..5fe081127ad 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 bc6fd98a2ba..a0c7215fd03 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 b067c21746f..5c8cdfd57d9 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 6a2cb2a5c49..33fa0ed2be2 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