summaryrefslogtreecommitdiffstats
path: root/snaps/domain/project.py
AgeCommit message (Collapse)AuthorFilesLines
2017-07-13Crteated domain class for projects.spisarski1-0/+32
Created Project domain class so keystone_utils.py functions returning project objects will not be leaking out implementation details as each API version can change these data structures and this should all be handled by the SNAPS keystone utility. JIRA: SNAPS-114 Change-Id: Id7bce929604278c8228622161eba1838ecd5e067 Signed-off-by: spisarski <s.pisarski@cablelabs.com>