python-novaclient/novaclient
Rick Harris b22ec22336 Add human-friendly ID support.
Allows a user to interact with certain models (image, flavors, and
servers currently) using a human-friendly identifier which is a
slugified form of the model name.

Example:

    nova boot --image debian-6-squeeze --flavor 256mb-instance myinst

Change-Id: I43dbedac3493d010c1ec9ba8b8bb1007ff7ac499
2012-03-08 04:53:47 +00:00
..
v1_1 Add human-friendly ID support. 2012-03-08 04:53:47 +00:00
__init__.py Tests working again...merged in some work we did earlier. 2011-08-03 17:41:33 -04:00
base.py Add human-friendly ID support. 2012-03-08 04:53:47 +00:00
client.py Makes novaclient use the volumes endpoint 2012-02-26 06:11:12 +00:00
exceptions.py Handle Ambiguous Endpoints Correctly 2012-01-31 18:37:36 -06:00
extension.py Extensions can now modify resources. 2011-12-21 19:25:39 +00:00
service_catalog.py Makes novaclient use the volumes endpoint 2012-02-26 06:11:12 +00:00
shell.py Makes novaclient use the volumes endpoint 2012-02-26 06:11:12 +00:00
utils.py Add human-friendly ID support. 2012-03-08 04:53:47 +00:00