Revision 0dbb3330 src/rm/RequestManagerAllocate.cc
src/rm/RequestManagerAllocate.cc | ||
---|---|---|
70 | 70 |
//-------------------------------------------------------------------------- |
71 | 71 |
// Authorize this request |
72 | 72 |
//-------------------------------------------------------------------------- |
73 |
|
|
74 | 73 |
vm_template = new VirtualMachineTemplate; |
75 | 74 |
|
76 | 75 |
rc = vm_template->parse(str_template,&error_msg); |
... | ... | |
129 | 128 |
//-------------------------------------------------------------------------- |
130 | 129 |
// Allocate the VirtualMAchine |
131 | 130 |
//-------------------------------------------------------------------------- |
132 |
|
|
133 | 131 |
rc = vmpool->allocate(uid,vm_template,&vid,false); |
134 | 132 |
|
135 | 133 |
if ( rc < 0 ) |
Also available in: Unified diff