Update repo for stable/ocata

Change-Id: I4f3925c7977b2b0e763cce93c15824bcba9febc5
This commit is contained in:
Jesse Pretorius 2017-02-08 10:43:12 +00:00
parent 4862ba7968
commit 75bb9690a9
2 changed files with 3 additions and 3 deletions

View File

@ -14,4 +14,4 @@
# limitations under the License.
apt_package_pinning_priority: 900
apt_package_pinning_file_name: "openstack_pinned_packages.pref"
apt_package_pinning_file_name: "openstack_pinned_packages.pref"

View File

@ -56,7 +56,7 @@ commands =
[testenv:tests_clone]
commands =
bash -c "if [ ! -d "{toxinidir}/tests/common" ]; then \
git clone https://git.openstack.org/openstack/openstack-ansible-tests {toxinidir}/tests/common; \
git clone -b stable/ocata https://git.openstack.org/openstack/openstack-ansible-tests {toxinidir}/tests/common; \
fi"
@ -82,7 +82,7 @@ commands =
[testenv:ansible]
deps =
{[testenv]deps}
-rhttp://git.openstack.org/cgit/openstack/openstack-ansible-tests/plain/test-ansible-deps.txt
-rhttp://git.openstack.org/cgit/openstack/openstack-ansible-tests/plain/test-ansible-deps.txt?h=stable/ocata
[testenv:ansible-syntax]