Add the exclusive tag to nitos nodes in order to show that they are reservables and...
[sfa.git] / sfa / rspecs / elements / services.py
1 from sfa.rspecs.elements.element import Element
2
3 class Services(Element):
4
5     fields = [
6         'install',
7         'execute',
8         'login',
9     ]
10