Comment 2 for bug 1678140

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

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

commit 7f9814860ad739e25b82898176d26c7b788e8e33
Author: Cedric Brandily <email address hidden>
Date: Fri Mar 31 16:53:20 2017 +0200

    Enable to specify which fixed-ip to add to a vm.

    This change enables to specify which fixed-ip will be added to a vm using:

     openstack server add fixed ip <vm> <network> --fixed-ip-address <ip>

    This change uses interface_attach instead of add_fixed_ip[1] which is
    less flexible and uses a deprecated API.

    [1] https://review.openstack.org/384261

    Closes-Bug: #1678140
    Change-Id: I7fe4621439ef0d8dca080551ffaeb614c5a91174