Merge "update git.openstack.org to opendev"

This commit is contained in:
Zuul 2019-05-06 06:54:10 +00:00 committed by Gerrit Code Review
commit 41932b4900
11 changed files with 13 additions and 13 deletions

View File

@ -74,7 +74,7 @@ Some notes about using this template:
you should add the APIImpact flag to the commit message. Specifications with
the APIImpact flag can be found with the following query:
https://review.openstack.org/#/q/status:open+project:openstack/watcher-specs+message:apiimpact,n,z
https://review.opendev.org/#/q/status:open+project:openstack/watcher-specs+message:apiimpact,n,z
Problem description

View File

@ -74,7 +74,7 @@ Some notes about using this template:
you should add the APIImpact flag to the commit message. Specifications with
the APIImpact flag can be found with the following query:
https://review.openstack.org/#/q/status:open+project:openstack/watcher-specs+message:apiimpact,n,z
https://review.opendev.org/#/q/status:open+project:openstack/watcher-specs+message:apiimpact,n,z
Problem description

View File

@ -483,7 +483,7 @@ IRC discussions:
* Action point related to `TaskFlow`_: http://eavesdrop.openstack.org/meetings/watcher/2015/watcher.2015-12-09-13.59.html
* A lot of exchanges regarding Actions and Workflow management in the Git
reviews related to the Watcher glossary: https://review.openstack.org/#/c/246370/
reviews related to the Watcher glossary: https://review.opendev.org/#/c/246370/
History

View File

@ -74,7 +74,7 @@ Some notes about using this template:
you should add the APIImpact flag to the commit message. Specifications with
the APIImpact flag can be found with the following query:
https://review.openstack.org/#/q/status:open+project:openstack/watcher-specs+message:apiimpact,n,z
https://review.opendev.org/#/q/status:open+project:openstack/watcher-specs+message:apiimpact,n,z
Problem description

View File

@ -74,7 +74,7 @@ Some notes about using this template:
you should add the APIImpact flag to the commit message. Specifications with
the APIImpact flag can be found with the following query:
https://review.openstack.org/#/q/status:open+project:openstack/watcher-specs+message:apiimpact,n,z
https://review.opendev.org/#/q/status:open+project:openstack/watcher-specs+message:apiimpact,n,z
Problem description

View File

@ -74,7 +74,7 @@ Some notes about using this template:
you should add the APIImpact flag to the commit message. Specifications with
the APIImpact flag can be found with the following query:
https://review.openstack.org/#/q/status:open+project:openstack/watcher-specs+message:apiimpact,n,z
https://review.opendev.org/#/q/status:open+project:openstack/watcher-specs+message:apiimpact,n,z
Problem description

View File

@ -74,7 +74,7 @@ Some notes about using this template:
you should add the APIImpact flag to the commit message. Specifications with
the APIImpact flag can be found with the following query:
https://review.openstack.org/#/q/status:open+project:openstack/watcher-specs+message:apiimpact,n,z
https://review.opendev.org/#/q/status:open+project:openstack/watcher-specs+message:apiimpact,n,z
Problem description

View File

@ -74,7 +74,7 @@ Some notes about using this template:
you should add the APIImpact flag to the commit message. Specifications with
the APIImpact flag can be found with the following query:
https://review.openstack.org/#/q/status:open+project:openstack/watcher-specs+message:apiimpact,n,z
https://review.opendev.org/#/q/status:open+project:openstack/watcher-specs+message:apiimpact,n,z
Problem description

View File

@ -74,7 +74,7 @@ Some notes about using this template:
you should add the APIImpact flag to the commit message. Specifications with
the APIImpact flag can be found with the following query:
https://review.openstack.org/#/q/status:open+project:openstack/watcher-specs+message:apiimpact,n,z
https://review.opendev.org/#/q/status:open+project:openstack/watcher-specs+message:apiimpact,n,z
Problem description

View File

@ -53,9 +53,9 @@ and overrides the globally configured datasources.
Alternatives
------------
Try datasources but ensure that if they are not properly configured an error is
raised and an alternative datasource is tried. Major downside of this approach
is that it will create a lot of errors in some scenarios.
Try datasources but ensure that if they are not properly configured an error
is raised and an alternative datasource is tried. Major downside of this
approach is that it will create a lot of errors in some scenarios.
Data model impact
-----------------

View File

@ -9,7 +9,7 @@ skipsdist = True
basepython=python3
usedevelop = True
setenv = VIRTUAL_ENV={envdir}
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
whitelist_externals = find
commands =