Comment 2 for bug 1520440

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

Reviewed: https://review.openstack.org/250657
Committed: https://git.openstack.org/cgit/openstack/senlin/commit/?id=11ccdcc81df33308d52d1f660d91ba5e3176e3b1
Submitter: Jenkins
Branch: master

commit 11ccdcc81df33308d52d1f660d91ba5e3176e3b1
Author: yanyanhu <email address hidden>
Date: Fri Nov 27 02:09:36 2015 -0500

    Set default auth_plugin to token when creating SDK connection

    This patch revises default auth_plugin type to token when creating
    SDK connection. This is because Senlin service uses token and trust
    to talk with other backend openstack services. For authenticate
    method in sdk driver, auth_plugin type will be decided based on
    credential given. If token is not provided, auth_plugin type will be
    set to password.

    Change-Id: Ief88395cf7f663a501e762028566d24ffde8dfcd
    Closes-Bug: #1520440