Comment 2 for bug 1560179

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

Reviewed: https://review.openstack.org/295518
Committed: https://git.openstack.org/cgit/openstack/fuel-octane/commit/?id=9f0c9c3afcf1db65b0bbeb5c2b6526e10671a08c
Submitter: Jenkins
Branch: master

commit 9f0c9c3afcf1db65b0bbeb5c2b6526e10671a08c
Author: Oleg Gelbukh <email address hidden>
Date: Tue Mar 22 00:06:35 2016 +0300

    Set keystone auth context for fuel client

    This context is required for the proper initialization of the
    fuel client. Set password to the value parsed from CLI argument
    --admin-password in for 'fuel-restore' command.

    Set the context in the upgrade handler class since different
    archivers can potentially have different auth contexts (i.e.
    before and after restore of Keystone DB the passwords for
    'admin' user may be different).

    Change-Id: If3a41a332f2422053c8cacfb7b0834616649bc32
    Closes-bug: 1560179
    Co-Authored-By: Sergey Abramov <email address hidden>