Comment 2 for bug 1791125

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

Reviewed: https://review.openstack.org/601349
Committed: https://git.openstack.org/cgit/openstack/python-novaclient/commit/?id=b5a4a47977700cb9780c94629b48645612acadb1
Submitter: Zuul
Branch: master

commit b5a4a47977700cb9780c94629b48645612acadb1
Author: Takashi NATSUME <email address hidden>
Date: Tue Sep 11 03:07:23 2018 +0900

    Add missing options in CLI reference

    Add the following missing options in the CLI reference.

    * nova instance-action-list
      - marker
      - limit
      - changes-since

    * nova migration-list
      - marker
      - limit
      - changes-since

    Change-Id: Ib4ce831a5031459d350fa73601e878e7b319640f
    Closes-Bug: #1791125