mirror of
https://github.com/OpenNebula/one.git
synced 2024-12-25 23:21:29 +03:00
feature #189 Added info to CONTEXT and REQUIREMENTS template schema
This commit is contained in:
parent
3366abdb7f
commit
9311f27b41
@ -88,11 +88,11 @@ RAW = [ # Optional, KVM, XEN
|
||||
|
||||
#---------------------------------------
|
||||
# Context for the VM
|
||||
# values can be:
|
||||
# values can use:
|
||||
# $<template_variable>
|
||||
# $<template_variable>[<attribute>]
|
||||
# $<template_variable>[<attribute>, <attribute2>=<value2>]
|
||||
# $<vm_id>.<context_var>
|
||||
# $NETWORK[<vnet_attribute>, NAME=<vnet_name>]
|
||||
#---------------------------------------
|
||||
|
||||
CONTEXT = [ # Optional, KVM, XEN
|
||||
@ -103,6 +103,10 @@ CONTEXT = [ # Optional, KVM, XEN
|
||||
|
||||
#---------------------------------------
|
||||
# Scheduler
|
||||
# Requirements expressions can use:
|
||||
# $<template_variable>
|
||||
# $<template_variable>[<attribute>]
|
||||
# $<template_variable>[<attribute>, <attribute2>=<value2>]
|
||||
#---------------------------------------
|
||||
|
||||
REQUIREMENTS = "Bool_expression_for_reqs" #Optional
|
||||
|
Loading…
Reference in New Issue
Block a user