tmetsch / occi-os

This is a clone and continuation of https://github.com/dizz/nova - it provides a python egg which can be easily deployed in OpenStack and will thereby add the 3rd party OCCI interface to OpenStack. For usage examples, see the OpenStack wiki.
Apache License 2.0
10 stars 23 forks source link

Expose attributes for resource templates #76

Open bhagemeier opened 10 years ago

bhagemeier commented 10 years ago

According to GFD 184, resources templates can expose implementation specific attributes. The current implementation does not expose anything but the name.

It would be nice to have this feature.

Cheers, Björn