Comment 19 for bug 1667679

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Related fix merged to kolla-kubernetes (master)

Reviewed: https://review.openstack.org/463500
Committed: https://git.openstack.org/cgit/openstack/kolla-kubernetes/commit/?id=04c44218662e70911ee66b4ac709def924d3e764
Submitter: Jenkins
Branch: master

commit 04c44218662e70911ee66b4ac709def924d3e764
Author: Chung Chih, Hung <email address hidden>
Date: Tue May 9 17:17:29 2017 +0800

    Keystone endpoint should be versionless

    Nova's quota-set api will validate project id after pike release, but it
    will force to using keystone version v3 with following url
    "/v3/projects/%s". If keystone endpoint suffix with version, then
    request url will be "/v3/v3/projects/%s". Nova will raise bad request
    and quota-set api can not work.

    The keystone endpoint should be versionless.

    Change-Id: I202e212db22af4f56a43283db67b6b583c39a6dd
    Related-Bug: 1667679