mirror of
https://github.com/OpenNebula/one.git
synced 2025-03-22 18:50:08 +03:00
Feature #565: Removed hack after xml fix in the onetemplate branch.
This commit is contained in:
parent
7bbf3ae933
commit
4a6f711afa
@ -143,13 +143,6 @@ var OpenNebula = {
|
||||
return Error('Incorrect Pool');
|
||||
}
|
||||
|
||||
|
||||
//HACK!!!
|
||||
if (pool_name == "TEMPLATE_POOL")
|
||||
{
|
||||
type = "VMTEMPLATE";
|
||||
}
|
||||
|
||||
var p_pool = [];
|
||||
|
||||
if (response[pool_name]) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user