mirror of
https://github.com/OpenNebula/one.git
synced 2025-01-10 01:17:40 +03:00
B# 2827: Remove core nic default for vCenter
Default should be defined in the driver
This commit is contained in:
parent
288b449191
commit
0ebd846203
@ -18,6 +18,3 @@
|
||||
# (all domains will use these values as defaults)
|
||||
# Valid atributes:
|
||||
# - nic[model]
|
||||
|
||||
NIC=[MODEL="VirtualE1000"]
|
||||
|
||||
|
@ -14,10 +14,10 @@
|
||||
# limitations under the License. #
|
||||
#--------------------------------------------------------------------------- #
|
||||
|
||||
# No : VCENTER_IMPORTED attribute will be set on imported images
|
||||
# no : VCENTER_IMPORTED attribute will be set on imported images
|
||||
# this attribute prevents the image to be deleted.
|
||||
# Yes : You can delete the images using OpenNebula.
|
||||
:delete_images: No
|
||||
# yes : You can delete the images using OpenNebula.
|
||||
:delete_images: no
|
||||
|
||||
# Default timeout to complete deploy
|
||||
:vm_poweron_wait_default: 300
|
||||
|
Loading…
Reference in New Issue
Block a user