Comment 9 for bug 1670419

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to nova (stable/newton)

Reviewed: https://review.openstack.org/514685
Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=02586e698b005ed10f78dbd1cf35bdef2013fab2
Submitter: Zuul
Branch: stable/newton

commit 02586e698b005ed10f78dbd1cf35bdef2013fab2
Author: Matt Riedemann <email address hidden>
Date: Mon Mar 6 20:25:55 2017 -0500

    Remove unused placement_database config options

    The placement_database config options were added in Newton
    but the actual code to use the options was reverted and is
    not used. The help text actually has a typo (Ocata was 15.0.0,
    not 14.0.0) and, more importantly, the help text makes it sound
    like you should really be setting up a separate database for the
    placement service but we don't actually use these options, we use
    the api_database options for all of the placement data models.

    To avoid confusion until this is actually supported, let's just
    remove the options which should have been cleaned up as part of
    39fb302fd9c8fc57d3e4bea1c60a02ad5067163f anyway.

    Conflicts:
          nova/conf/database.py

    NOTE(mriedem): The conflict was due to change
    I4cd84f1750ed7cf6c595cec6d6f52b79c73c311b not being in Newton.

    Change-Id: I31293ac4689630e4113588ab2c6373cf572b8f38
    Closes-Bug: #1670419
    (cherry picked from commit 7439e9473617a871c032107ab85b1b623369975f)
    (cherry picked from commit 9b695d494444289d82a01547fd56ad8f9a50eab5)