Comment 2 for bug 1246335

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

Reviewed: https://review.openstack.org/57113
Committed: http://github.com/openstack/python-keystoneclient/commit/f01a38ced8bd82f08f58fba171e12c7b344f0e38
Submitter: Jenkins
Branch: master

commit f01a38ced8bd82f08f58fba171e12c7b344f0e38
Author: huangtianhua <email address hidden>
Date: Tue Nov 19 16:03:11 2013 +0800

    "publicurl" should be required on endpoint-create

    publicurl field is required and cannot be empty when create a endpoint in
    keystone server.So the "--publicurl " also should set as mandatory in
    keystoneclient.

    Change-Id: Ia397c79a28dd3a6ddef141df0f7df30cc0bf7b6c
    Closes-Bug: #1246335