diff --git a/.gitreview b/.gitreview index 2752a65..a7342df 100644 --- a/.gitreview +++ b/.gitreview @@ -2,3 +2,4 @@ host=review.openstack.org port=29418 project=openstack/openstack-ansible-os_watcher.git +defaultbranch=stable/ocata diff --git a/tests/test-vars.yml b/tests/test-vars.yml index 336e0f1..0452c05 100644 --- a/tests/test-vars.yml +++ b/tests/test-vars.yml @@ -24,7 +24,7 @@ watcher_rabbitmq_use_ssl: "{{ rabbitmq_use_ssl }}" watcher_rabbitmq_password: "{{ rabbitmq_password }}" watcher_rabbitmq_userid: watcher watcher_rabbitmq_vhost: /watcher -watcher_requirements_git_install_branch: master +watcher_requirements_git_install_branch: stable/ocata watcher_service_adminurl: "http://{{ hostvars[groups['watcher_api'][0]]['ansible_host'] }}:9322" watcher_service_password: "secrete" watcher_service_project_domain_id: default diff --git a/tox.ini b/tox.ini index 42a9940..165efad 100644 --- a/tox.ini +++ b/tox.ini @@ -7,7 +7,7 @@ envlist = docs,linters,functional [testenv] usedevelop = True install_command = - pip install -c{env:UPPER_CONSTRAINTS_FILE:https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt} {opts} {packages} + pip install -c{env:UPPER_CONSTRAINTS_FILE:https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt?h=stable/ocata} {opts} {packages} deps = -r{toxinidir}/test-requirements.txt commands =