Merge "Update the documentation link for doc migration"

This commit is contained in:
Jenkins 2017-07-14 20:53:16 +00:00 committed by Gerrit Code Review
commit 36fdc964d1
2 changed files with 3 additions and 2 deletions

View File

@ -14,7 +14,8 @@
# limitations under the License.
# It's based on oslo.i18n usage in OpenStack Keystone project and
# recommendations from http://docs.openstack.org/developer/oslo.i18n/usage.html
# recommendations from https://docs.openstack.org/oslo.i18n/latest/
# user/usage.html
import oslo_i18n

View File

@ -88,7 +88,7 @@ commands = pip-missing-reqs -d --ignore-file=sahara/tests/* sahara
# It runs tests from the specified dir (default is sahara/tests)
# in interactive mode, so, you could use pbr for tests debug.
# Example usage: tox -e debug -- -t sahara/tests/unit some.test.path
# http://docs.openstack.org/developer/oslotest/features.html#debugging-with-oslo-debug-helper
# https://docs.openstack.org/oslotest/latest/features.html#debugging-with-oslo-debug-helper
commands = oslo_debug_helper -t sahara/tests/unit {posargs}
[testenv:bandit]