Replace git.openstack.org URLs with opendev.org URLs
Thorough replacement of git.openstack.org URLs with their opendev.org counterparts. Change-Id: Ibe48a4ea537915bc6ce142812354b1d3b3ab1cf7
This commit is contained in:
parent
fa13302a58
commit
8e16e3a857
@ -60,7 +60,7 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"created_at": "2014-08-28T17:13:06Z",
|
"created_at": "2014-08-28T17:13:06Z",
|
||||||
"description": "This provides the preferred socket/core/thread counts for the virtual CPU instance exposed to guests. This enables the ability to avoid hitting limitations on vCPU topologies that OS vendors place on their products. See also: http://git.openstack.org/cgit/openstack/nova-specs/tree/specs/juno/virt-driver-vcpu-topology.rst",
|
"description": "This provides the preferred socket/core/thread counts for the virtual CPU instance exposed to guests. This enables the ability to avoid hitting limitations on vCPU topologies that OS vendors place on their products. See also: https://opendev.org/openstack/nova-specs/src/branch/master/specs/juno/implemented/virt-driver-vcpu-topology.rst",
|
||||||
"display_name": "Virtual CPU Topology",
|
"display_name": "Virtual CPU Topology",
|
||||||
"namespace": "OS::Compute::VirtCPUTopology",
|
"namespace": "OS::Compute::VirtCPUTopology",
|
||||||
"owner": "admin",
|
"owner": "admin",
|
||||||
|
@ -74,9 +74,9 @@ migrations:
|
|||||||
used to do the upgrade to Ocata, is
|
used to do the upgrade to Ocata, is
|
||||||
`ocata01_add_visibility_remove_is_public.py`_.
|
`ocata01_add_visibility_remove_is_public.py`_.
|
||||||
|
|
||||||
.. _`current directory`: http://git.openstack.org/cgit/openstack/glance/tree/glance/db/sqlalchemy/migrate_repo/versions?h=stable/ocata
|
.. _`current directory`: https://opendev.org/openstack/glance/src/branch/stable/ocata/glance/db/sqlalchemy/migrate_repo/versions
|
||||||
.. _`045_add_visibility.py`: http://git.openstack.org/cgit/openstack/glance/tree/glance/db/sqlalchemy/migrate_repo/versions/045_add_visibility.py?h=stable/ocata
|
.. _`045_add_visibility.py`: https://opendev.org/openstack/glance/src/branch/stable/ocata/glance/db/sqlalchemy/migrate_repo/versions/045_add_visibility.py
|
||||||
.. _`ocata01_add_visibility_remove_is_public.py`: http://git.openstack.org/cgit/openstack/glance/tree/glance/db/sqlalchemy/alembic_migrations/versions/ocata01_add_visibility_remove_is_public.py?h=stable/ocata
|
.. _`ocata01_add_visibility_remove_is_public.py`: https://opendev.org/openstack/glance/src/branch/stable/ocata/glance/db/sqlalchemy/alembic_migrations/versions/ocata01_add_visibility_remove_is_public.py
|
||||||
|
|
||||||
Sync the Database
|
Sync the Database
|
||||||
-----------------
|
-----------------
|
||||||
@ -166,7 +166,7 @@ purging the database.
|
|||||||
<https://specs.openstack.org/openstack/glance-specs/specs/rocky/approved/glance/mitigate-ossn-0075.html>`_
|
<https://specs.openstack.org/openstack/glance-specs/specs/rocky/approved/glance/mitigate-ossn-0075.html>`_
|
||||||
contains a discussion of the issue and explains the changes made to the
|
contains a discussion of the issue and explains the changes made to the
|
||||||
``glance-manage`` tool for the Rocky release. The `Gerrit review of the
|
``glance-manage`` tool for the Rocky release. The `Gerrit review of the
|
||||||
spec <https://review.openstack.org/468179>`_ contains an extensive
|
spec <https://review.opendev.org/#/c/468179/>`_ contains an extensive
|
||||||
discussion of several alternative approaches and will give you an idea of
|
discussion of several alternative approaches and will give you an idea of
|
||||||
why the Glance team provided a "mitigation" instead of a fix.
|
why the Glance team provided a "mitigation" instead of a fix.
|
||||||
|
|
||||||
|
@ -458,8 +458,8 @@ You will need to configure 'glance-image-import.conf' file as shown below:
|
|||||||
[image_conversion]
|
[image_conversion]
|
||||||
output_format = raw
|
output_format = raw
|
||||||
|
|
||||||
.. _glance-api.conf: http://git.openstack.org/cgit/openstack/glance/tree/etc/glance-api.conf
|
.. _glance-api.conf: https://opendev.org/openstack/glance/src/branch/master/etc/glance-api.conf
|
||||||
.. _glance-image-import.conf.sample: http://git.openstack.org/cgit/openstack/glance/tree/etc/glance-image-import.conf.sample
|
.. _glance-image-import.conf.sample: https://opendev.org/openstack/glance/src/branch/master/etc/glance-image-import.conf.sample
|
||||||
.. _`Image Import Refactor`: https://specs.openstack.org/openstack/glance-specs/specs/mitaka/approved/image-import/image-import-refactor.html
|
.. _`Image Import Refactor`: https://specs.openstack.org/openstack/glance-specs/specs/mitaka/approved/image-import/image-import-refactor.html
|
||||||
.. _`Image Service API reference`: https://developer.openstack.org/api-ref/image/
|
.. _`Image Service API reference`: https://developer.openstack.org/api-ref/image/
|
||||||
.. _`Inject metadata properties automatically to non-admin images`: https://specs.openstack.org/openstack/glance-specs/specs/queens/approved/glance/inject-automatic-metadata.html
|
.. _`Inject metadata properties automatically to non-admin images`: https://specs.openstack.org/openstack/glance-specs/specs/queens/approved/glance/inject-automatic-metadata.html
|
||||||
|
@ -2,7 +2,7 @@ Blueprints and Specs
|
|||||||
====================
|
====================
|
||||||
|
|
||||||
The Glance team uses the `glance-specs
|
The Glance team uses the `glance-specs
|
||||||
<http://git.openstack.org/cgit/openstack/glance-specs>`_ repository for its
|
<https://opendev.org/openstack/glance-specs>`_ repository for its
|
||||||
specification reviews. Detailed information can be found `here
|
specification reviews. Detailed information can be found `here
|
||||||
<https://wiki.openstack.org/wiki/Blueprints#Glance>`_. Please also find
|
<https://wiki.openstack.org/wiki/Blueprints#Glance>`_. Please also find
|
||||||
additional information in the reviews.rst file.
|
additional information in the reviews.rst file.
|
||||||
@ -16,7 +16,7 @@ particularly good argument is made in favor of having an exception for
|
|||||||
it.
|
it.
|
||||||
|
|
||||||
Please note that we use a `template
|
Please note that we use a `template
|
||||||
<http://git.openstack.org/cgit/openstack/glance-specs/tree/specs/template.rst>`_
|
<https://opendev.org/openstack/glance-specs/src/branch/master/specs/template.rst>`_
|
||||||
for spec submissions. It is not required to fill out all sections in the
|
for spec submissions. It is not required to fill out all sections in the
|
||||||
template. Review of the spec may require filling in information left out by
|
template. Review of the spec may require filling in information left out by
|
||||||
the submitter.
|
the submitter.
|
||||||
@ -48,7 +48,7 @@ lite*, which is a quick description of what you want to do.
|
|||||||
|
|
||||||
You propose a spec-lite in the same way you propose a full spec: copy
|
You propose a spec-lite in the same way you propose a full spec: copy
|
||||||
the `spec-lite template
|
the `spec-lite template
|
||||||
<http://git.openstack.org/cgit/openstack/glance-specs/tree/specs/spec-lite-template.rst>`_
|
<https://opendev.org/openstack/glance-specs/src/branch/master/specs/spec-lite-template.rst>`_
|
||||||
in the **approved** directory for the release cycle in which you're proposing
|
in the **approved** directory for the release cycle in which you're proposing
|
||||||
the change, fill out the appropriate sections, and put up a patch in gerrit.
|
the change, fill out the appropriate sections, and put up a patch in gerrit.
|
||||||
|
|
||||||
|
@ -296,7 +296,7 @@ NOTES
|
|||||||
database upgrades, as a developer you have to pay attention in your scripts
|
database upgrades, as a developer you have to pay attention in your scripts
|
||||||
to determine whether you need to add/remove triggers in the expand/contract
|
to determine whether you need to add/remove triggers in the expand/contract
|
||||||
scripts. See the changes to the ocata scripts in
|
scripts. See the changes to the ocata scripts in
|
||||||
https://review.openstack.org/#/c/544792/ for an example of how to do this.
|
https://review.opendev.org/#/c/544792/ for an example of how to do this.
|
||||||
|
|
||||||
* Alembic is a database migration engine written for SQLAlchemy. So, any
|
* Alembic is a database migration engine written for SQLAlchemy. So, any
|
||||||
migration script written for SQLAlchemy Migrate should work with Alembic as
|
migration script written for SQLAlchemy Migrate should work with Alembic as
|
||||||
@ -354,5 +354,5 @@ References
|
|||||||
.. [GSPEC2] `Glance Alembic Migrations Spec
|
.. [GSPEC2] `Glance Alembic Migrations Spec
|
||||||
<https://specs.openstack.org/openstack/glance-specs/specs/ocata/implemented/glance/alembic-migrations.html>`_
|
<https://specs.openstack.org/openstack/glance-specs/specs/ocata/implemented/glance/alembic-migrations.html>`_
|
||||||
.. [GMIGS1] `Glance Alembic Migrations Implementation
|
.. [GMIGS1] `Glance Alembic Migrations Implementation
|
||||||
<http://git.openstack.org/cgit/openstack/glance/tree/glance/db/sqlalchemy/alembic_migrations/versions>`_
|
<https://opendev.org/openstack/glance/src/branch/master/glance/db/sqlalchemy/alembic_migrations/versions>`_
|
||||||
.. [ALMBC] `Alembic Operations <http://alembic.zzzcomputing.com/en/latest/ops.html>`_
|
.. [ALMBC] `Alembic Operations <http://alembic.zzzcomputing.com/en/latest/ops.html>`_
|
||||||
|
@ -49,7 +49,7 @@ You **do** have to be:
|
|||||||
possibly even the PTL, shows up right before RC1 with a large but probably
|
possibly even the PTL, shows up right before RC1 with a large but probably
|
||||||
innocuous change. Even if this passes the gate, you should err on the side
|
innocuous change. Even if this passes the gate, you should err on the side
|
||||||
of caution and ask to not allow it to merge.
|
of caution and ask to not allow it to merge.
|
||||||
(This has happened `before <https://review.openstack.org/#/c/427535/>`_ )
|
(This has happened `before <https://review.opendev.org/#/c/427535/>`_ )
|
||||||
|
|
||||||
A Release CPL has authority within the Glance project. They have authority
|
A Release CPL has authority within the Glance project. They have authority
|
||||||
through two measures:
|
through two measures:
|
||||||
@ -274,9 +274,9 @@ revised by the Glance Release CPLs:
|
|||||||
.. _weekly meeting:
|
.. _weekly meeting:
|
||||||
http://eavesdrop.openstack.org/#Release_Team_Meeting
|
http://eavesdrop.openstack.org/#Release_Team_Meeting
|
||||||
.. _openstack/governance:
|
.. _openstack/governance:
|
||||||
https://git.openstack.org/cgit/openstack/governance
|
https://opendev.org/openstack/governance
|
||||||
.. _openstack/releases:
|
.. _openstack/releases:
|
||||||
https://git.openstack.org/cgit/openstack/releases
|
https://opendev.org/openstack/releases
|
||||||
.. _StoryBoard:
|
.. _StoryBoard:
|
||||||
https://storyboard.openstack.org/
|
https://storyboard.openstack.org/
|
||||||
.. _glance/db/migration.py:
|
.. _glance/db/migration.py:
|
||||||
@ -284,7 +284,7 @@ revised by the Glance Release CPLs:
|
|||||||
.. _release management process guide:
|
.. _release management process guide:
|
||||||
https://docs.openstack.org/project-team-guide/release-management.html
|
https://docs.openstack.org/project-team-guide/release-management.html
|
||||||
.. _release management tooling guide:
|
.. _release management tooling guide:
|
||||||
http://git.openstack.org/cgit/openstack/releases/tree/README.rst
|
https://opendev.org/openstack/releases/src/branch/master/README.rst
|
||||||
.. _bug tracker:
|
.. _bug tracker:
|
||||||
https://bugs.launchpad.net/glance
|
https://bugs.launchpad.net/glance
|
||||||
.. _release notes:
|
.. _release notes:
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"namespace": "OS::Compute::VirtCPUTopology",
|
"namespace": "OS::Compute::VirtCPUTopology",
|
||||||
"display_name": "Virtual CPU Topology",
|
"display_name": "Virtual CPU Topology",
|
||||||
"description": "This provides the preferred socket/core/thread counts for the virtual CPU instance exposed to guests. This enables the ability to avoid hitting limitations on vCPU topologies that OS vendors place on their products. See also: http://git.openstack.org/cgit/openstack/nova-specs/tree/specs/juno/virt-driver-vcpu-topology.rst",
|
"description": "This provides the preferred socket/core/thread counts for the virtual CPU instance exposed to guests. This enables the ability to avoid hitting limitations on vCPU topologies that OS vendors place on their products. See also: https://opendev.org/openstack/nova-specs/src/branch/master/specs/juno/implemented/virt-driver-vcpu-topology.rst",
|
||||||
"visibility": "public",
|
"visibility": "public",
|
||||||
"protected": true,
|
"protected": true,
|
||||||
"resource_type_associations": [
|
"resource_type_associations": [
|
||||||
|
@ -67,7 +67,7 @@ class OptionalTask(task.Task):
|
|||||||
# ourselves we must.
|
# ourselves we must.
|
||||||
#
|
#
|
||||||
# NOTE(harlowja): The upstream change that is hopefully going to make
|
# NOTE(harlowja): The upstream change that is hopefully going to make
|
||||||
# this easier/built-in is at: https://review.openstack.org/#/c/271116/
|
# this easier/built-in is at: https://review.opendev.org/#/c/271116/
|
||||||
def wrapper(*args, **kwargs):
|
def wrapper(*args, **kwargs):
|
||||||
try:
|
try:
|
||||||
return func(*args, **kwargs)
|
return func(*args, **kwargs)
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
This is a database migration repository.
|
This is a database migration repository.
|
||||||
|
|
||||||
More information at
|
More information at
|
||||||
https://git.openstack.org/cgit/openstack/sqlalchemy-migrate/
|
https://opendev.org/x/sqlalchemy-migrate/
|
||||||
|
8
tox.ini
8
tox.ini
@ -18,7 +18,7 @@ setenv =
|
|||||||
# clue for oslo.db to use file-based database.
|
# clue for oslo.db to use file-based database.
|
||||||
OS_TEST_DBAPI_ADMIN_CONNECTION=sqlite:////tmp/placeholder-never-created-nor-used.db
|
OS_TEST_DBAPI_ADMIN_CONNECTION=sqlite:////tmp/placeholder-never-created-nor-used.db
|
||||||
usedevelop = True
|
usedevelop = True
|
||||||
install_command = pip install -c{env:UPPER_CONSTRAINTS_FILE:https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt} {opts} {packages}
|
install_command = pip install -c{env:UPPER_CONSTRAINTS_FILE:https://opendev.org/openstack/requirements/raw/branch/master/upper-constraints.txt} {opts} {packages}
|
||||||
deps = -r{toxinidir}/test-requirements.txt
|
deps = -r{toxinidir}/test-requirements.txt
|
||||||
commands =
|
commands =
|
||||||
find . -type f -name "*.pyc" -delete
|
find . -type f -name "*.pyc" -delete
|
||||||
@ -126,7 +126,7 @@ basepython = python3
|
|||||||
# This environment is called from CI scripts to test and publish
|
# This environment is called from CI scripts to test and publish
|
||||||
# the API Ref to developer.openstack.org.
|
# the API Ref to developer.openstack.org.
|
||||||
deps =
|
deps =
|
||||||
-c{env:UPPER_CONSTRAINTS_FILE:https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt}
|
-c{env:UPPER_CONSTRAINTS_FILE:https://opendev.org/openstack/requirements/raw/branch/master/upper-constraints.txt}
|
||||||
-r{toxinidir}/doc/requirements.txt
|
-r{toxinidir}/doc/requirements.txt
|
||||||
commands =
|
commands =
|
||||||
rm -rf api-ref/build
|
rm -rf api-ref/build
|
||||||
@ -163,7 +163,7 @@ import_exceptions = glance.i18n
|
|||||||
[testenv:docs]
|
[testenv:docs]
|
||||||
basepython = python3
|
basepython = python3
|
||||||
deps =
|
deps =
|
||||||
-c{env:UPPER_CONSTRAINTS_FILE:https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt}
|
-c{env:UPPER_CONSTRAINTS_FILE:https://opendev.org/openstack/requirements/raw/branch/master/upper-constraints.txt}
|
||||||
-r{toxinidir}/doc/requirements.txt
|
-r{toxinidir}/doc/requirements.txt
|
||||||
commands =
|
commands =
|
||||||
rm -fr doc/build
|
rm -fr doc/build
|
||||||
@ -177,7 +177,7 @@ commands = {posargs}
|
|||||||
[testenv:releasenotes]
|
[testenv:releasenotes]
|
||||||
basepython = python3
|
basepython = python3
|
||||||
deps =
|
deps =
|
||||||
-c{env:UPPER_CONSTRAINTS_FILE:https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt}
|
-c{env:UPPER_CONSTRAINTS_FILE:https://opendev.org/openstack/requirements/raw/branch/master/upper-constraints.txt}
|
||||||
-r{toxinidir}/doc/requirements.txt
|
-r{toxinidir}/doc/requirements.txt
|
||||||
commands =
|
commands =
|
||||||
sphinx-build -a -E -W -d releasenotes/build/doctrees -b html releasenotes/source releasenotes/build/html
|
sphinx-build -a -E -W -d releasenotes/build/doctrees -b html releasenotes/source releasenotes/build/html
|
||||||
|
Loading…
Reference in New Issue
Block a user