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.

Change-Id: If8ec396da90532b390975aab151e2439597fbc6a
Related-Bug: 1625053
This commit is contained in:
Charles Farquhar
2016-09-21 21:41:58 -05:00
committed by Jesse Pretorius (odyssey4me)
parent 3f6d6253fd
commit 1c0da7e52a

View File

@@ -198,6 +198,13 @@ swift_git_dest: "/opt/swift_{{ swift_git_install_branch | replace('/', '_') }}"
swift_git_project_group: swift_all
## Swift3 middleware
swift3_git_repo: https://git.openstack.org/openstack/swift3
swift3_git_install_branch: e1598e29d971eaa8855c1e00a72b19ea7d2cd023 # HEAD of "master" as of 15.02.2017
swift3_git_dest: "/opt/swift3_{{ swift3_git_install_branch | replace('/', '_') }}"
swift3_git_project_group: swift_all
## Ironic service
ironic_git_repo: https://git.openstack.org/openstack/ironic
ironic_git_install_branch: f9ecaca12f7675cf17e84d947b8e5dbf03256005 # HEAD of "master" as of 03.03.2017