Feature #474
Add/Remove Leases from a Fixed Virtual Network
Status: | Closed | Start date: | 01/27/2011 | |
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | - | % Done: | 100% | |
Category: | Core & System | |||
Target version: | Release 2.2 | |||
Resolution: | fixed | Pull request: |
Description
Two new operations will be made available to obtain this:
add_lease ( vnet, lease ) --> will check that is not present yet
remove_lease(vnet, lease) --> will check the lease is not being used.
where lease is IP, MAC or MAC/IP.
Related issues
Associated revisions
Feature #474: First commit for add/remove leases feature
feature #474: some refactor of the error strings
Feature #474: Core unit tests for add/remove leases feature
Feature #474: Add/remove leases feature for Java OCA
Feature #474: Small change to make Java OCA consistent as a wrapper for the XML-RPC API
Merge pull request #474 from abelCoronado93/bug-layout-instantiate
Solved bug in VM instantiate layout
History
#1 Updated by Tino Vázquez over 10 years ago
- Category set to Core & System
- Target version set to Release 2.2
#2 Updated by Carlos Martín over 10 years ago
- Status changed from New to Closed
- % Done changed from 0 to 100
- Resolution set to fixed
#3 Updated by Matt Lavin over 10 years ago
I think that feature #349 should be marked as a duplicate of this one as well.