Re-enable building of heat_repo_plugins

The building of heat_repo_plugins was disabled while upstream heat
sorted out issues w/ the contrib packages and pbr >= 0.11.0.  The
upstream fix has since gone in (see
https://review.openstack.org/#/c/179671/) so we can now continue to
build heat_repo_plugins as we were prior to pbr 0.11.0 dropping.

NOTE: heat SHA has been bumped to include the commit in review 179671.

Closes-Bug: #1453864
Change-Id: Ibeffd38fc3229ab4effc95ef256ce8af3a6ffc9f
This commit is contained in:
Matt Thompson 2015-05-11 16:45:41 +01:00 committed by kevin
parent 6fc1d2608d
commit ed491df7ee

View File

@ -44,14 +44,8 @@ glance_git_dest: "/opt/glance_{{ glance_git_install_branch | replace('/', '_') }
heat_git_repo: https://github.com/openstack/heat
heat_git_install_branch: 4032e40cce01cf2f31a359d9bbbcb34c3f0d2cae # HEAD of "master" as of 12.05.2015
heat_git_dest: "/opt/heat_{{ heat_git_install_branch | replace('/', '_') }}"
# The version of PBR >= 0.11.0 breaks this plugin (contrib package) so the package has been removed
# from the build process until the PBR issues are resolve upstream which is related to all of the
# services transitioning to Liberty. Note that the package will still be available as its presently
# part of the upstream index as found here: http://rpc-repo.rackspace.com/pools/heat_contrib_extraroute/
# BUG: https://bugs.launchpad.net/openstack-ansible/+bug/1450733
# TODO(cloudnull) Re-enable this plugin once the build issues are resolved upstream.
# heat_repo_plugins:
# - { path: "contrib", package: "extraroute" }
heat_repo_plugins:
- { path: "contrib", package: "extraroute" }
## Horizon service