Switch defaults/tests to use stable/mitaka branch

Change-Id: I2fb25f03c6ccd00db06a895fde422399b2be9108
This commit is contained in:
Jesse Pretorius 2016-03-25 00:06:51 +00:00 committed by Jesse Pretorius (odyssey4me)
parent d80f0081fc
commit f82b2acaab
2 changed files with 4 additions and 4 deletions

View File

@ -24,9 +24,9 @@ verbose: True
cache_timeout: 600
nova_git_repo: https://git.openstack.org/openstack/nova
nova_git_install_branch: master
nova_git_install_branch: stable/mitaka
nova_requirements_git_repo: https://git.openstack.org/openstack/requirements
nova_requirements_git_install_branch: master
nova_requirements_git_install_branch: stable/mitaka
nova_developer_mode: false
nova_developer_constraints:
- "git+{{ nova_git_repo }}@{{ nova_git_install_branch }}#egg=nova"

View File

@ -201,7 +201,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_token: "SuperSecreteTestToken"
keystone_auth_admin_password: "SuperSecretePassword"
keystone_service_password: "secrete"
@ -298,7 +298,7 @@
nova_venv_tag: "testing"
nova_developer_mode: true
nova_git_install_branch: stable/mitaka
nova_requirements_git_install_branch: f8cf7eba898a1424549c730d6692ec4e9573c0ed # HEAD of "master" as of 23.03.2016
nova_requirements_git_install_branch: stable/mitaka
nova_service_password: "secrete"
nova_container_mysql_password: "SuperSecrete"
nova_api_container_mysql_password: "SuperSecrete"