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

Naming of instance while creating #63

Closed renebrandel closed 11 years ago

renebrandel commented 11 years ago

is there anyway to name an instance when creating it, that i have not yet discovered?

dizz commented 11 years ago

You name by setting the OCCI attribute occi.compute.hostname

See: https://github.com/tmetsch/occi-os/blob/master/occi_os_api/nova_glue/vm.py#L52 and: https://github.com/tmetsch/occi-os/blob/master/occi_os_api/nova_glue/vm.py#L111