Comment 2 for bug 1628842

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

Reviewed: https://review.openstack.org/382358
Committed: https://git.openstack.org/cgit/openstack/ironic/commit/?id=492e67a64d058265683d695a07e47d5c75856cac
Submitter: Jenkins
Branch: master

commit 492e67a64d058265683d695a07e47d5c75856cac
Author: Pavlo Shchelokovskyy <email address hidden>
Date: Wed Oct 5 14:49:13 2016 +0300

    [install-guide] describe service clients auth

    Currently install guide incorrectly advises operators to configure
    access for service users used by ironic-conductor in
    [keystone_authtoken] section.

    Such way of configuration was deprecated in Newton release, and using it
    will result in a warning log message.

    This patch changes the advised way of configuring service users to an
    appropriate one using config sections corresponding to each service client
    to be used, as well as proper options for keystoneauth plugins and
    sessions instead of legacy options.

    Change-Id: I96967682f18988d9e32f2ecfa7792aa0e653db3f
    Closes-Bug: #1628842