Clean up references to openstack.org

With opendev.org now online, we can start using it over openstack.org.

Change-Id: Ia28113926efd70bee28aec7b88edcfdb365e6665
Depends-On: https://review.opendev.org/654017
Signed-off-by: Paul Belanger <pabelanger@redhat.com>
This commit is contained in:
Paul Belanger 2019-04-20 12:26:17 -04:00
parent b6bf41a4da
commit 93157d2f9e
3 changed files with 4 additions and 4 deletions

View File

@ -6,7 +6,7 @@ Ansible role to manage Nodepool
* License: Apache License, Version 2.0
* Documentation: https://ansible-role-nodepool.readthedocs.org
* Source: https://git.openstack.org/cgit/openstack/ansible-role-nodepool
* Source: https://opendev.org/windmill/ansible-role-nodepool
* Bugs: https://bugs.launchpad.net/ansible-role-nodepool
Description

View File

@ -53,8 +53,8 @@ nodepool_file_launcher_logging_conf_owner: "{{ nodepool_user_name }}"
nodepool_file_launcher_logging_conf_src: etc/nodepool/launcher-logging.conf
# tasks/install.yaml
nodepool_git_dest: "{{ ansible_user_dir }}/src/git.openstack.org/openstack-infra/nodepool"
nodepool_git_uri: https://git.openstack.org/openstack-infra/nodepool
nodepool_git_dest: "{{ ansible_user_dir }}/src/opendev.org/zuul/nodepool"
nodepool_git_uri: https://opendev.org/zuul/nodepool
nodepool_git_version: master
# nodepool_git_refspec:
# nodepool_git_update:

View File

@ -29,7 +29,7 @@ commands = {posargs}
show-source = True
ignore = E123,E125
builtins = _
exclude=.venv,.git,.tox,dist,doc,*openstack/common*,*lib/python*,*egg,build
exclude=.venv,.git,.tox,dist,doc,*lib/python*,*egg,build
[testenv:linters]
commands =