Add the missed quota object importing
This make sure the objects version check test can work locally Change-Id: I5328286dc0ddd74ada3fbfc1a4d85abe40f84167changes/24/492024/2
parent
e3434da4dc
commit
a9c67464b6
|
@ -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')
|
||||
|
|
Loading…
Reference in New Issue