mirror of
https://github.com/kevingruesser/bootstrap-vz.git
synced 2025-08-22 18:00:35 +00:00
Revert merge of raw+ONE, rename ONE provider to virtualbox
This commit is contained in:
parent
2ae5647fa9
commit
b4c963ea95
14 changed files with 5 additions and 2 deletions
5
plugins/opennebula/__init__.py
Normal file
5
plugins/opennebula/__init__.py
Normal file
|
@ -0,0 +1,5 @@
|
|||
|
||||
|
||||
def tasks(tasklist, manifest):
|
||||
import tasks
|
||||
tasklist.add(tasks.OpenNebulaContext())
|
|
@ -9,7 +9,6 @@ from common.tasks import locale
|
|||
from common.tasks import apt
|
||||
from tasks import boot
|
||||
from common.tasks import boot as common_boot
|
||||
from tasks import context
|
||||
from common.tasks import security
|
||||
from common.tasks import network
|
||||
from common.tasks import initd
|
||||
|
@ -36,7 +35,6 @@ def tasks(tasklist, manifest):
|
|||
bootstrap.Bootstrap(),
|
||||
filesystem.MountSpecials(),
|
||||
locale.GenerateLocale(),
|
||||
context.OpenNebulaContext(),
|
||||
locale.SetTimezone(),
|
||||
apt.DisableDaemonAutostart(),
|
||||
apt.AptSources(),
|
Loading…
Add table
Reference in a new issue