Bug 761561 - Some class missed in oVirt engine source code(get source code by git clone git://gerrit.ovirt.org/ovirt-engine)
Summary: Some class missed in oVirt engine source code(get source code by git clone gi...
Keywords:
Status: CLOSED NOTABUG
Alias: None
Product: oVirt
Classification: Retired
Component: ovirt-engine-core
Version: unspecified
Hardware: Unspecified
OS: Unspecified
unspecified
low
Target Milestone: ---
: ---
Assignee: lpeer
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2011-12-08 15:46 UTC by robin1115
Modified: 2012-04-12 00:35 UTC (History)
3 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2012-04-12 00:35:26 UTC
oVirt Team: ---


Attachments (Terms of Use)

Description robin1115 2011-12-08 15:46:03 UTC
I get the project source code by
git clone git://gerrit.ovirt.org/ovirt-engine

but when reading the source code , the following classes are seems not exist in the codebase:
Action
Network
DataCenter
VLAN

Comment 1 Itamar Heim 2011-12-12 15:58:40 UTC
the names in the code are older than in the UI/API.
DataCenter is mostly a storage pool
Action is mostly a VdcCommand iirc
Network/VLAN is VmNetworkInterface or VdsNetworkInterface

all entities are under:
backend/manager/modules/common/src/main/java/org/ovirt/engine/core/common/businessentities/

i suggest asking for questions around "where do i find X in the code" on the mailing list.


Note You need to log in before you can comment on or make changes to this bug.