Revision 64b4f0d5 src/nebula/Nebula.cc
src/nebula/Nebula.cc | ||
---|---|---|
517 | 517 |
time_t vm_expiration; |
518 | 518 |
time_t host_expiration; |
519 | 519 |
|
520 |
bool vm_submit_on_hold; |
|
521 |
|
|
520 | 522 |
vector<const Attribute *> vm_hooks; |
521 | 523 |
vector<const Attribute *> host_hooks; |
522 | 524 |
vector<const Attribute *> vnet_hooks; |
... | ... | |
543 | 545 |
nebula_configuration->get("VM_MONITORING_EXPIRATION_TIME",vm_expiration); |
544 | 546 |
nebula_configuration->get("HOST_MONITORING_EXPIRATION_TIME",host_expiration); |
545 | 547 |
|
548 |
nebula_configuration->get("VM_SUBMIT_ON_HOLD",vm_submit_on_hold); |
|
549 |
|
|
546 | 550 |
vmpool = new VirtualMachinePool(db, |
547 | 551 |
vm_hooks, |
548 | 552 |
hook_location, |
549 | 553 |
remotes_location, |
550 | 554 |
vm_restricted_attrs, |
551 |
vm_expiration); |
|
555 |
vm_expiration, |
|
556 |
vm_submit_on_hold); |
|
552 | 557 |
hpool = new HostPool(db, |
553 | 558 |
host_hooks, |
554 | 559 |
hook_location, |
Also available in: Unified diff