Bumped the heat client to the latest release

This resolves an issue with the heat client not respecting the
internalURL when it should be.

Change-Id: Ie2f322c2de9657fdd0706481d05f37d707dd3d6a
This commit is contained in:
Kevin Carter 2015-04-30 13:32:13 -05:00
parent 1bd2bc052a
commit 39a62de134

View File

@ -56,7 +56,7 @@ glanceclient_git_dest: "/opt/glanceclient_{{ glanceclient_git_install_branch | r
## Heat client
heatclient_git_repo: https://github.com/openstack/python-heatclient
heatclient_git_install_branch: 0.3.0
heatclient_git_install_branch: 0.5.0
heatclient_git_dest: "/opt/heatclient_{{ heatclient_git_install_branch | replace('/', '_') }}"