Comment 2 for bug 1463581

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

Reviewed: https://review.openstack.org/189952
Committed: https://git.openstack.org/cgit/openstack/python-ironicclient/commit/?id=e6ae41c537fe8bec300937df5c4392816f60e426
Submitter: Jenkins
Branch: master

commit e6ae41c537fe8bec300937df5c4392816f60e426
Author: Ben Nemec <email address hidden>
Date: Tue Jun 9 22:45:30 2015 +0000

    Register global Keystone args first

    As described in the referenced bug, registering the Keystone args
    last causes their default values to be ignored. Registering them
    first seems to prevent the problem.

    Change-Id: I8eb7882a0153fedbd6591dde2157df13fa2e5ba3
    Closes-Bug: 1463581