Comment 13 for bug 1661250

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

Reviewed: https://review.openstack.org/428795
Committed: https://git.openstack.org/cgit/openstack/puppet-ironic/commit/?id=ee74484b3aedcda52521440d7b75bf39f33635a1
Submitter: Jenkins
Branch: master

commit ee74484b3aedcda52521440d7b75bf39f33635a1
Author: Dmitry Tantsur <email address hidden>
Date: Fri Feb 3 17:08:45 2017 +0100

    Add separate manifest for configuring access to neutron

    Without these parameters ironic uses keystone_authtoken credentials.
    This is deprecated since Newton and can be removed at any moment.

    This patch provides a manifest to configure separate credentials
    and moves other related parameters to it.

    Reset [neutron]url to os_service_default to allow ironic to guess it,
    rather then using a value that it probably wrong.

    Change-Id: I7a9a78521c3495f04ca0a9f625b0d844ee56c56a
    Partial-Bug: #1661250