Merge "Point to Queens instead of master" into stable/queens

This commit is contained in:
Zuul 2018-02-15 14:49:10 +00:00 committed by Gerrit Code Review
commit 5102381790
2 changed files with 3 additions and 3 deletions

View File

@ -21,7 +21,7 @@ debug: False
molteniron_package_state: "latest"
molteniron_git_repo: https://git.openstack.org/openstack/molteniron
molteniron_git_install_branch: master
molteniron_git_install_branch: "stable/queens"
molteniron_developer_mode: false
molteniron_developer_constraints:
- "git+{{ molteniron_git_repo }}@{{ molteniron_git_install_branch }}#egg=molteniron"

View File

@ -76,8 +76,8 @@ commands =
[testenv:ansible]
deps =
{[testenv]deps}
-rhttps://git.openstack.org/cgit/openstack/openstack-ansible/plain/global-requirement-pins.txt
-rhttps://git.openstack.org/cgit/openstack/openstack-ansible-tests/plain/test-ansible-deps.txt
-rhttps://git.openstack.org/cgit/openstack/openstack-ansible/plain/global-requirement-pins.txt?h=stable/queens
-rhttps://git.openstack.org/cgit/openstack/openstack-ansible-tests/plain/test-ansible-deps.txt?h=stable/queens
[testenv:ansible-syntax]