Manual merge of ungleich/master into opennebula-integration
This commit is contained in:
parent
d10285e23d
commit
d537fcb118
227 changed files with 25686 additions and 482 deletions
19
datacenterlight/migrations/0003_auto_20170214_1638.py
Normal file
19
datacenterlight/migrations/0003_auto_20170214_1638.py
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
# -*- coding: utf-8 -*-
|
||||
# Generated by Django 1.9.4 on 2017-02-14 16:38
|
||||
from __future__ import unicode_literals
|
||||
|
||||
from django.db import migrations
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('datacenterlight', '0002_betaaccessvm'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.RenameModel(
|
||||
old_name='BetaAccessVM',
|
||||
new_name='BetaAccessVMType',
|
||||
),
|
||||
]
|
||||
Loading…
Add table
Add a link
Reference in a new issue