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

Fix term names to use IDs rather than names #56

Closed alvarolopez closed 10 years ago

alvarolopez commented 11 years ago

Commit 567eeb85f85d19e11011e8551882790af7c29fab fixed term names to use the IDs of the images, since two different images can have the same name but different id. This commit reintroduces this change, along with minor style modifications.

tmetsch commented 11 years ago

should not be merged imho - @dizz what do you think? I prefer names over ids.

alvarolopez commented 11 years ago

I agree that names are more friendly, but two different images can have the same name in OpenStack (only uuids are unique).

dizz commented 11 years ago

I'd +1 the change proposed by alvaro

On Tuesday, 2 July 2013, Álvaro López García wrote:

I agree that names are more friendly, but two different images can have the same name in OpenStack (only uuids are unique).

— Reply to this email directly or view it on GitHubhttps://github.com/tmetsch/occi-os/pull/56#issuecomment-20353211 .

Andy Edmonds Æ Senior Researcher Institute of Information Technology Zürich University of Applied Sciences http://www.cloudcomp.ch, @dizz

tmetsch commented 11 years ago

name + '_' + id then?

dizz commented 11 years ago

Put name in title?

On Wednesday, 3 July 2013, tmetsch wrote:

name + '_' + id then?

— Reply to this email directly or view it on GitHubhttps://github.com/tmetsch/occi-os/pull/56#issuecomment-20398902 .

Andy Edmonds Æ Senior Researcher Institute of Information Technology Zürich University of Applied Sciences http://www.cloudcomp.ch, @dizz

tmetsch commented 11 years ago

Ok - still can't pull it. Tests needs to be updated so.

alvarolopez commented 11 years ago

I'd try to update the tests during this week.

tmetsch commented 10 years ago

obsoleted by #71