mirror of
https://github.com/retspen/webvirtcloud
synced 2025-07-31 12:41:08 +00:00
add new application datasource. provides basic interface for cloud-init tool (hostname, root ssh authorized keys)
This commit is contained in:
parent
43a8fb6dc1
commit
82eb5abe52
10 changed files with 100 additions and 0 deletions
3
datasource/models.py
Normal file
3
datasource/models.py
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
from django.db import models
|
||||
|
||||
# Create your models here.
|
||||
Loading…
Add table
Add a link
Reference in a new issue