Update vars and test tooling for Pike

Change-Id: I615be55e101af3f695430b23f0d0310f09496f78
This commit is contained in:
Jesse Pretorius 2017-08-23 12:26:28 +01:00 committed by Jesse Pretorius (odyssey4me)
parent a9b2464204
commit afb2fd6e6b
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/pike
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/pike
-rhttps://git.openstack.org/cgit/openstack/openstack-ansible-tests/plain/test-ansible-deps.txt?h=stable/pike
[testenv:ansible-syntax]