virtual_fuel: prepare class to allow multiple bridges 69/15669/4
authorJosep Puigdemont <josep.puigdemont@enea.com>
Fri, 20 May 2016 08:23:45 +0000 (10:23 +0200)
committerJosep Puigdemont <josep.puigdemont@enea.com>
Fri, 17 Jun 2016 08:24:58 +0000 (10:24 +0200)
commit2a9e72d95200161ec27e8f199a76c6ec1f88bff1
tree3e640cb4dcc8842b4bcabcd04b4ae85543e2f948
parentdc7f16e0fa9545021b2673e18eff421221ba06c0
virtual_fuel: prepare class to allow multiple bridges

The VirtualFuel class has now two new methods:

    del_vm_nics: Deletes all interfaces from the VM.

    add_vm_nic: Adds a NIC to the VM, attached to the specified bridge.

The following method has been deleted:

    set_vm_nic: implemented with the two new methods

Apart from the deleted method, no functionality has been changed.

This is just a small but necessary step towards adding support for
configuring more than one NIC in the fuel VM.

Change-Id: I9f02c8163dfb9768510e78d5d5e77a0bb43306fb
Signed-off-by: Josep Puigdemont <josep.puigdemont@enea.com>
deploy/environments/virtual_fuel.py