Switch defaults/tests to use stable/mitaka branch

Change-Id: Ie4f6aa8a6d27eeff9db99a88c962507ae2d57f09
This commit is contained in:
Jesse Pretorius 2016-03-25 00:06:42 +00:00
parent dc105f0b83
commit 9e234fcf55
3 changed files with 7 additions and 7 deletions

View File

@ -24,19 +24,19 @@ verbose: True
cache_timeout: 600
neutron_git_repo: https://git.openstack.org/openstack/neutron
neutron_git_install_branch: master
neutron_git_install_branch: stable/mitaka
neutron_fwaas_git_repo: https://git.openstack.org/openstack/neutron-fwaas
neutron_fwaas_git_install_branch: master
neutron_fwaas_git_install_branch: stable/mitaka
neutron_lbaas_git_repo: https://git.openstack.org/openstack/neutron-lbaas
neutron_lbaas_git_install_branch: master
neutron_lbaas_git_install_branch: stable/mitaka
neutron_vpnaas_git_repo: https://git.openstack.org/openstack/neutron-vpnaas
neutron_vpnaas_git_install_branch: master
neutron_vpnaas_git_install_branch: stable/mitaka
neutron_requirements_git_repo: https://git.openstack.org/openstack/requirements
neutron_requirements_git_install_branch: "{{ requirements_git_install_branch | default(master) }}"
neutron_requirements_git_install_branch: stable/mitaka
neutron_developer_mode: false
neutron_developer_constraints:

View File

@ -79,7 +79,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

View File

@ -108,7 +108,7 @@
nova_service_user_name: nova
neutron_venv_tag: testing
neutron_git_install_branch: stable/mitaka
neutron_requirements_git_install_branch: f8cf7eba898a1424549c730d6692ec4e9573c0ed # HEAD of "master" as of 23.03.2016
neutron_requirements_git_install_branch: stable/mitaka
neutron_developer_mode: true
neutron_provider_networks:
network_flat_networks: "flat"