blob: 5a7f4bca855036efbd06b4f1eb287f138c6d56e6 [file] [log] [blame]
Yunpeng Zhangd01f3ce2017-07-06 20:06:35 -04001# models.py - vBBU Models
2
3from core.models import Service, TenantWithContainer
4from django.db import transaction
5from django.db.models import *
6
7SERVICE_NAME = 'vbbuservice'
8SERVICE_NAME_VERBOSE = 'vBBU Service'
9SERVICE_NAME_VERBOSE_PLURAL = 'vBBU Services'
10TENANT_NAME_VERBOSE = 'vBBU Tenant'
11TENANT_NAME_VERBOSE_PLURAL = 'vBBU Tenants'