- returns all public/private ips, not just first one
- better 'nova list' search options
2.5.7 - 2.5.6 = minor tweaks
- zone-boot min/max instance count added thanks to comstud
- create for user added thanks to cerberus
- fixed tests
- ProjectID can be None for backwards compatability.
- README/docs updated for projectId thanks to usrleon
- ProjectID now part of authentication
- better logging thanks to GridDynamics
- added support for GET /servers with reservation_id (and /servers/detail)
- added support for POST /zones/select (client only, not cmdline)
- added Jacob Kaplan-Moss copyright notices to older/untouched files.
- package renamed to python-novaclient. Module to novaclient
- removed some license/copywrite notices from source that wasn't significantly changed.
- shell renamed to nova from novatools
- license changed from BSD to Apache
- Forked from https://github.com/jacobian/python-cloudservers
- Rebranded to python-novatools
- Auth URL support
- New OpenStack specific commands added (pause, suspend, etc)
- Support for Python 2.4 - 2.7.
- Improved output of :program:`cloudservers ipgroup-list`.
- Made
cloudservers boot --ipgroup <name>work (as well as--ipgroup <id>).
- Added a
--filesoption to :program:`cloudservers boot` supporting the upload of (up to five) files at boot time. - Added a
--keyoption to :program:`cloudservers boot` to key the server with an SSH public key at boot time. This is just a shortcut for--files, but it's a useful shortcut. - Changed the default server image to Ubuntu 10.04 LTS.