Comment 1 for bug 1675840

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

Reviewed: https://review.openstack.org/449505
Committed: https://git.openstack.org/cgit/openstack/openstack-manuals/commit/?id=bb51fc3b98950be45c1218df4dd4ca648aaba757
Submitter: Jenkins
Branch: master

commit bb51fc3b98950be45c1218df4dd4ca648aaba757
Author: fpxie <email address hidden>
Date: Fri Mar 24 17:00:30 2017 +0800

    Use the OpenStackClient cmd instead of neutron cmd

    Try to use the OpenStackClient(OSC) command instead of all neutron
    command. If OSC command can not be found, then use neutron command. Up to
    now, the commad "neutron ext-show quotas" and "neutron quota-delete" can
    not be replaced with OSC command.

    Change-Id: I629573b5e41d2540cf7e263c88855c5496eb9ca6
    Implements: blueprint use-openstack-command
    Related-Bug: #1675840