ooi/ooi/api
Enol Fernandez db9dae4a26 Update link handling in parser
Change the link structure returned by the parser to better follow the
OCCI 1.2 standard. The parser returns a dictionary where keys are the
link target kind type and values are lists with dictionaries for each
of the links of the links defined for that kind type. Those dictionaries
contain the target location (occi.core.target), the link id if defined,
and a dictionary with any extra attributes defined.

Change-Id: I24205044a6e2b670ceb98f3a0e9224637bf9fcf4
2017-01-13 12:32:03 +00:00
..
__init__.py Improved parsers and validators 2015-04-14 10:17:15 +02:00
base.py Removes unnecessary utf-8 encoding 2017-01-12 15:21:57 +05:30
compute.py Update link handling in parser 2017-01-13 12:32:03 +00:00
helpers.py Removes unnecessary utf-8 encoding 2017-01-12 15:21:57 +05:30
helpers_neutron.py Removes unnecessary utf-8 encoding 2017-01-12 15:21:57 +05:30
network.py Increase attribute types 2017-01-13 09:46:11 +00:00
network_link.py Removes unnecessary utf-8 encoding 2017-01-12 15:21:57 +05:30
query.py Return collections instead of object lists 2017-01-13 12:31:05 +00:00
storage.py Return collections instead of object lists 2017-01-13 12:31:05 +00:00
storage_link.py Return collections instead of object lists 2017-01-13 12:31:05 +00:00