Bump horizon SHA to 10.0.0.0b1

The version of horizon currently included in openstack_services.yml is
broken.

This patch advances the SHA to 10.0.0.0b1 which is in a better state.

I'm aware that this may not be the proper process to bump the SHA,
but want to get this out so that we can get a horizon we can login to
included in the current AIOs.

Change-Id: I25dbb6e700e2249717b21b7026f95f6bf70a1721
This commit is contained in:
Neill Cox
2016-11-25 08:43:57 +11:00
parent 2da3b1b5c9
commit 43a3510681

View File

@@ -93,7 +93,7 @@ heat_git_project_group: heat_all
## Horizon service
horizon_git_repo: https://git.openstack.org/openstack/horizon
horizon_git_install_branch: 24179c740c03fd62f229e431ace1c2fb2cabd462 # HEAD of "master" as of 18.11.2016
horizon_git_install_branch: 10.0.0.0b1 # Use 10.0.0.0b1 tag because "master" was broken as of 18.11.2016, and is likely to be often broken.
horizon_git_dest: "/opt/horizon_{{ horizon_git_install_branch | replace('/', '_') }}"
horizon_git_project_group: horizon_all