Comment 2 for bug 1184012

Revision history for this message
Openstack Gerrit (openstack-gerrit) wrote : Fix merged to python-openstackclient (master)

Reviewed: https://review.openstack.org/82310
Committed: https://git.openstack.org/cgit/openstack/python-openstackclient/commit/?id=bea6e6ac23e893a85f4b0a49bab52934aca86726
Submitter: Jenkins
Branch: master

commit bea6e6ac23e893a85f4b0a49bab52934aca86726
Author: Terry Howe <email address hidden>
Date: Wed Mar 12 11:51:17 2014 -0600

    Make endpoint commands more consistent

    Make endpoints more consistent across create, show, etc
    * Make the name option required for create
    * Use a common function to fetch services by id, name or type
    * Have show work by endpoint id or by service id, type or name
    * Have show display all the fields by default
    * Remove capability to filter queries by attribute value pairs

    Change-Id: Idaa4b8d930ba859fd62de777e44a10b1ed58c79b
    Partial-Bug: #1184012