mirror of
https://github.com/OpenNebula/one.git
synced 2025-03-16 22:50:10 +03:00
Made ONE api aware of leases table
git-svn-id: http://svn.opennebula.org/one/trunk@496 3034c82b-c49b-4eb3-8279-a7acafdc01c0
This commit is contained in:
parent
354d9b3a5c
commit
7f2a1129b9
@ -55,7 +55,9 @@ module ONE
|
||||
"host_shares" => %w{hid endpoint disk_usage mem_usage
|
||||
cpu_usage max_disk max_mem max_cpu running_vms},
|
||||
"network_pool" => %w{oid uid name type bridge},
|
||||
"vn_template" => %w{id name type value}
|
||||
"vn_template" => %w{id name type value},
|
||||
"leases" => %w{oid ip mac_prefix mac_suffix vid used}
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user