From 085c31d9fd63f8854b912a6f4e64c4730e6a58db Mon Sep 17 00:00:00 2001 From: Matt Thompson Date: Thu, 19 May 2016 17:20:40 +0100 Subject: [PATCH] Bump swift SHA os_swift role has been updated to work w/ a more recent version of swift, without this bump swift services do not start correctly. This change is necessary to unblock the current openstack-ansible gate failures. Change-Id: I25b25f98c809f46d8b7265dcf0dad0a30959e2fd --- playbooks/defaults/repo_packages/openstack_services.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playbooks/defaults/repo_packages/openstack_services.yml b/playbooks/defaults/repo_packages/openstack_services.yml index f69a6d1800..592b1eff9b 100644 --- a/playbooks/defaults/repo_packages/openstack_services.yml +++ b/playbooks/defaults/repo_packages/openstack_services.yml @@ -108,7 +108,7 @@ nova_git_dest: "/opt/nova_{{ nova_git_install_branch | replace('/', '_') }}" ## Swift service swift_git_repo: https://git.openstack.org/openstack/swift -swift_git_install_branch: 72372c1464d1aae4a9b5de5ef6a3689fddf168cc # HEAD of "master" as of 22.04.2016 +swift_git_install_branch: 40eace99c3f5833af43a366dad951faff2c34321 # HEAD of "master" as of 19.05.2016 swift_git_dest: "/opt/swift_{{ swift_git_install_branch | replace('/', '_') }}"