Comment 3 for bug 1503915

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

Reviewed: https://review.openstack.org/232306
Committed: https://git.openstack.org/cgit/openstack/python-mistralclient/commit/?id=e9b8e75b725e09dab3706dae96038fddcbf1f88e
Submitter: Jenkins
Branch: master

commit e9b8e75b725e09dab3706dae96038fddcbf1f88e
Author: Winson Chan <email address hidden>
Date: Thu Oct 8 02:20:35 2015 +0000

    Fix support of dev use case with no auth

    If --os-auth-url is not provided, then assume auth is not enabled. However,
    if --os-password or --os-auth-token is provided, then use default auth URL
    if it is not provided.

    Change-Id: Iaba14949e1b507f440b1609eb2d58eb6b6399f1d
    Closes-Bug: #1503915