Adjust gitreview, tox and test-vars to use stable/ocata

Change-Id: Id95a7b854e9a6d297b203add6b735e3bf93fd6bd
This commit is contained in:
Andy McCrae 2017-02-09 13:38:54 +00:00
parent 9497b61583
commit e857c3e999
3 changed files with 3 additions and 2 deletions

View File

@ -2,3 +2,4 @@
host=review.openstack.org
port=29418
project=openstack/openstack-ansible-os_watcher.git
defaultbranch=stable/ocata

View File

@ -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

View File

@ -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 =