Comment 7 for bug 1249085

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to devstack (master)

Reviewed: https://review.openstack.org/55583
Committed: http://github.com/openstack-dev/devstack/commit/feb28837f4db9177835f94b6b9899a90c45a685d
Submitter: Jenkins
Branch: master

commit feb28837f4db9177835f94b6b9899a90c45a685d
Author: Ryan Hsu <email address hidden>
Date: Thu Nov 7 12:12:35 2013 -0800

    Add new stack phase: post-extra

    The current existing phases "post-config" and "extra" are not
    sufficient to allow local.conf overrides to extra type services
    because they run after the services are installed and configured.
    This commit introduces a new phase called "post-extra" that runs
    after these existing phases. With this change, users are able to
    leverage local.conf to provide overridden options to services
    like Tempest.

    Change-Id: I5d758eebfda804dd1d8cbc3d5cc35ef4dcc8c96f
    Closes-Bug: #1249085