Add the missed quota object importing

This make sure the objects version check test can work locally

Change-Id: I5328286dc0ddd74ada3fbfc1a4d85abe40f84167
This commit is contained in:
liusheng 2017-08-09 15:59:17 +08:00
parent e3434da4dc
commit a9c67464b6
1 changed files with 1 additions and 0 deletions

View File

@ -28,6 +28,7 @@ def register_all():
__import__('mogan.objects.flavor')
__import__('mogan.objects.server')
__import__('mogan.objects.server_nic')
__import__('mogan.objects.quota')
__import__('mogan.objects.server_fault')
__import__('mogan.objects.keypair')
__import__('mogan.objects.aggregate')