Comment 10 for bug 1289101

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

Reviewed: https://review.openstack.org/164224
Committed: https://git.openstack.org/cgit/openstack/trove/commit/?id=75088205f1e7b491c83f3638aef35995f1afab92
Submitter: Jenkins
Branch: master

commit 75088205f1e7b491c83f3638aef35995f1afab92
Author: Alex Tomic <email address hidden>
Date: Fri Mar 13 15:55:35 2015 +0100

    Change nova_proxy_admin_tenant_name to id

    The task manager can be configured with periodic events
    that check for the existence of running nova instances.
    The events run via a separate admin connection to nova.

    Taskmanager.Manager populates the admin client context
    with the tenant name provided by nova_proxy_admin_tenant_name
    parameter instead of the uuid, which results in an invalid
    management url that is composed of the two parameters:
    <nova_compute_url>/<nova_proxy_admin_tenant_name>.

    Changing tenant_name to tenant_id results in a valid endpoint.

    DocImpact
    deprecating option 'nova_proxy_admin_tenant_name'
    to 'nova_proxy_admin_tenant_id'

    Change-Id: Ia1315e41288ab1b24ac402bad15176cb1ae0e5cd
    Co-Authored-By: Li Ma <email address hidden>
    Closes-Bug: #1289101