Comment 4 for bug 1229954

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

Reviewed: https://review.openstack.org/51375
Committed: http://github.com/openstack/neutron/commit/893e10b0add63b364eb6d92715967c45028fa692
Submitter: Jenkins
Branch: master

commit 893e10b0add63b364eb6d92715967c45028fa692
Author: zhhuabj <email address hidden>
Date: Sat Oct 12 17:31:38 2013 +0800

    Updating address pairs with xml doesn't work

    Below command can't work because list element
    "allowed_address_pairs" hasn't been updated
    into the varaiable "attr.PLURALS"
    "neutron port-update <port-uuid> \
    --allowed-address-pairs list=true type=dict \
    ip_address=10.0.0.1 --request-format xml"

    Change-Id: I0d7dcca5f4848bc968f5c86fbeb46569c70c8fcd
    Closes-Bug: #1229954