From 949e3467296730893a38def0864ec10b81f357d9 Mon Sep 17 00:00:00 2001 From: Kevin Carter Date: Tue, 11 Nov 2014 18:40:01 -0600 Subject: [PATCH] Updates glance client version to fix juno This update changes the glance client sha to a version that will allow for the internal URL to be used which was broken in version 0.14.1/2. --- rpc_deployment/vars/repo_packages/python_glanceclient.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rpc_deployment/vars/repo_packages/python_glanceclient.yml b/rpc_deployment/vars/repo_packages/python_glanceclient.yml index c5e67e53ad..903694e826 100644 --- a/rpc_deployment/vars/repo_packages/python_glanceclient.yml +++ b/rpc_deployment/vars/repo_packages/python_glanceclient.yml @@ -19,6 +19,6 @@ repo_path: "{{ pip_wheel_name }}_{{ git_install_branch | replace('/', '_') }}" git_repo: https://github.com/openstack/python-glanceclient git_fallback_repo: https://git.openstack.org/openstack/python-glanceclient git_dest: "/opt/{{ repo_path }}" -git_install_branch: 0.14.1 +git_install_branch: b126351d9d61fac777b72707620583dcb516e8d5 pip_wheel_name: python-glanceclient