Add Swift3 middleware to openstack_services

This change causes the repo building process to clone the swift3
middleware repo so a swift3 wheel can be built.

Combined backport of:
https://review.openstack.org/374511
https://review.openstack.org/479855

Change-Id: If8ec396da90532b390975aab151e2439597fbc6a
Related-Bug: 1625053
This commit is contained in:
Jesse Pretorius 2017-07-03 16:13:08 +01:00
parent fa20f6b017
commit 1594bcab86
1 changed files with 6 additions and 0 deletions

View File

@ -198,6 +198,12 @@ swift_git_dest: "/opt/swift_{{ swift_git_install_branch | replace('/', '_') }}"
swift_git_project_group: swift_all
## Swift3 middleware
swift_swift3_git_repo: https://git.openstack.org/openstack/swift3
swift_swift3_git_install_branch: a8bbdd66464b735a247159ee6c68e0d71bcf27d6 # HEAD of "master" as of 30.06.2017
swift_swift3_git_project_group: swift_all
## Ironic service
ironic_git_repo: https://git.openstack.org/openstack/ironic
ironic_git_install_branch: ff4be0cd4044a634a8ad04ad50bc97fa625b3305 # HEAD of "stable/ocata" as of 30.06.2017