Switch defaults/tests to use stable/mitaka branch

Change-Id: Iacd742ebb282fe4f8e4ad22c86185163f4cffccd
This commit is contained in:
Jesse Pretorius 2016-03-25 00:06:31 +00:00
parent 36a9cabf23
commit 2f469a5e6b
3 changed files with 4 additions and 4 deletions

View File

@ -54,7 +54,7 @@ Example Playbook
keystone_galera_database: keystone
keystone_venv_tag: "testing"
keystone_developer_mode: true
keystone_git_install_branch: a55128044f763f5cfe2fdc57c738eaca97636448
keystone_git_install_branch: stable/mitaka
keystone_auth_admin_password: "SuperSecretePassword"
keystone_service_password: "secrete"
keystone_rabbitmq_password: "secrete"

View File

@ -21,9 +21,9 @@ verbose: True
# to build an environment directly from a git source without the presence
# of an OpenStack-Ansible repo_server.
keystone_git_repo: https://git.openstack.org/openstack/keystone
keystone_git_install_branch: master
keystone_git_install_branch: stable/mitaka
keystone_requirements_git_repo: https://git.openstack.org/openstack/requirements
keystone_requirements_git_install_branch: master
keystone_requirements_git_install_branch: stable/mitaka
keystone_developer_mode: false
keystone_developer_constraints:
- "git+{{ keystone_git_repo }}@{{ keystone_git_install_branch }}#egg=keystone"

View File

@ -215,7 +215,7 @@
keystone_venv_tag: "testing"
keystone_developer_mode: true
keystone_git_install_branch: stable/mitaka
keystone_requirements_git_install_branch: f8cf7eba898a1424549c730d6692ec4e9573c0ed # HEAD of "master" as of 23.03.2016
keystone_requirements_git_install_branch: stable/mitaka
keystone_auth_admin_password: "SuperSecretePassword"
keystone_service_password: "secrete"
keystone_rabbitmq_password: "secrete"