bug 7867: add hosttagsdao

status 7867: resolved fixed
This commit is contained in:
Edison Su 2011-01-05 06:49:46 -05:00
parent 5a939e48c7
commit 5bceb005ef
1 changed files with 1 additions and 0 deletions

View File

@ -105,6 +105,7 @@
<dao name="SyncQueueItemDao" class="com.cloud.async.dao.SyncQueueItemDaoImpl"/>
<dao name="StoragePoolDao" class="com.cloud.storage.dao.StoragePoolDaoImpl"/>
<dao name="StoragePoolHostDao" class="com.cloud.storage.dao.StoragePoolHostDaoImpl"/>
<dao name="HostTagsDao" class="com.cloud.host.dao.HostTagsDaoImpl"/>
<dao name="GuestOSDao" class="com.cloud.storage.dao.GuestOSDaoImpl"/>
<dao name="GuestOSCategoryDao" class="com.cloud.storage.dao.GuestOSCategoryDaoImpl"/>
<dao name="ClusterDao" class="com.cloud.dc.dao.ClusterDaoImpl"/>