git://git.onelab.eu
/
sfa.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
put attribute tag (that carries PL node tag) into planetlab namespace
[sfa.git]
/
sfa
/
rspecs
/
elements
/
disk_image.py
1
from sfa.rspecs.elements.element import Element
2
3
class DiskImage(Element):
4
fields = [
5
'name',
6
'os',
7
'version',
8
'description',
9
]