Comment 12 for bug 1643197

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

Reviewed: https://review.openstack.org/455356
Committed: https://git.openstack.org/cgit/openstack/openstack-ansible-os_magnum/commit/?id=4b6f0444d64becedd990c67f82f961086be36390
Submitter: Jenkins
Branch: master

commit 4b6f0444d64becedd990c67f82f961086be36390
Author: ArchiFleKs <email address hidden>
Date: Mon Apr 10 17:10:39 2017 +0200

    Enable custom keystone endpoint_type in templates

    Allow to specify a custom AUTH_URL for the templates in case instances
    cannot reach internalURL which is the case in mose deployment.

    A new variable in trust section: trustee_keystone_interface which
    default to public for OSA.

    Also set magnum_client URL which is passed to instances to publicURL
    also, this is similar to what is done with heat which default to
    publicURL.

    Related to this change: https://review.openstack.org/#/c/455353/

    Change-Id: I51bf7615ca91f90b7d998e66327ed1bb662783b6
    Partial-Bug: #1643197