30 Commits

Author SHA1 Message Date
Gaurav Gupta
cd9f3cb47e Updated volume attach/detach commands to accept server name (in addition to
server id).
    Code review comments:
    https://github.com/rackspace/python-novaclient/pull/125/files#r169829
2011-10-16 15:21:53 -07:00
Gaurav Gupta
234205bf53 Added the following CLI commands to access nova volumes:
volume-attach       Attach a volume to a server.
    volume-create       Add a new volume.
    volume-delete       Remove a volume.
    volume-detach       Detach a volume from a server.
    volume-list         List all the volumes.
    volume-show         Show details about a volume.
2011-09-29 08:09:50 -07:00
Sandy Walsh
9deb35f36e merge fixup 2011-09-02 12:13:22 -07:00
Chmouel Boudjnah
1776cbfbd8 Fix #109 (nova show name not working).
By default when searching via name we will do a findall(name=blah) and
due a REST /details which is not the same as a .get() and doesn't get
the information about flavors and images. This fix it as we redo the
call with the id which does a .get() to get all informations.
2011-09-01 20:15:53 -05:00
Josh Kearney
be53d30569 Merge pull request #104 from throughnothing/instance_metadata
Instance metadata set/delete
2011-09-01 13:50:12 -07:00
Josh Kearney
230c4f4bea Merge pull request #100 from throughnothing/image_metadata
Add support for adding/updating/deleting image metadata
2011-09-01 13:04:17 -07:00
William Wolf
6b4791bf48 Add 'meta' command to allow set/delete of metadata items on servers.
Added ability to run multiple assert_called tests from one test function.
2011-09-01 15:14:58 -04:00
William Wolf
14c2bd2d76 Add support for image metadata to be viewed, added, updated, and deleted. 2011-09-01 11:41:51 -04:00
Sandy Walsh
d191177bd5 in progress - adding zone name 2011-08-30 07:13:44 -07:00
Chmouel Boudjnah
2afd70d268 Updated error message as suggested by bcwaldon
Remove the "see nova {image,flavor}-list" as this should go to help as
suggested by bcwaldon.
2011-08-30 08:39:17 -05:00
Chmouel Boudjnah
8ac20e7447 Do not assume default for image and flavor.
Not every cloud as a flavor name 256M and a image name called Ubuntu*
make it compulsory to pass a name/image for 1.1 OpenStack (1.0 is
usually Rackspace Cloud which has that by default).
2011-08-29 23:18:47 -05:00
Matt Dietz
e4859196ad Client changes for username and password in zone add 2011-08-26 15:20:02 -05:00
Josh Kearney
72d41b1e38 Merge pull request #88 from bcwaldon/rebuild-adminPass
Updating for new rebuild format
2011-08-24 10:38:58 -07:00
Brian Waldon
25911f94b2 updating for new rebuild format 2011-08-23 23:17:25 -04:00
Brian Waldon
79a532b910 cleaning up find_resource method to support str/int ids, uuids, and integer-like names 2011-08-22 15:13:26 -04:00
Chris Behrens
fc8e5e3fe3 fix display_name references that should have been instance_name 2011-08-11 21:45:26 -07:00
Chris Behrens
37f1958eeb removed fixed_ip from v1.1 shell. Use --ip instead. Fixed up rest of other search options from last commit 2011-08-11 21:41:50 -07:00
Chris Behrens
dcd5544133 start add of --image, --flavor, --status, and --host options to 'list' command. also fix up differences with --name and --display_name compared to how nova implementation turned out 2011-08-11 21:38:41 -07:00
Josh Kearney
811ba10e51 Merge pull request #61 from bcwaldon/boot_output
nova boot output cleanup
2011-08-08 13:34:19 -07:00
Christopher MacGown
f54367490d pep8 in novaclient 2011-08-08 13:25:29 -07:00
Brian Waldon
6d1361c9f4 cleaning up boot output; upping version 2011-08-08 11:44:41 -04:00
Brian Lamar
cc7156933f Merged v1.0 functionality into v1.1 so we don't lose any features by...upgrading? 2011-08-04 17:07:22 -04:00
Brian Lamar
46a2d5a3d9 Fix for failing tests because boot response now requests additional information. 2011-08-04 15:53:30 -04:00
root
be3a11d27e Merge branch 'v1.1-split-and-support' of http://github.com/blamarvt/python-novaclient into v1.1-formatting 2011-08-04 18:40:54 +00:00
root
6b4e9c5c8b formatting updates 2011-08-04 18:39:21 +00:00
Brian Lamar
008b43facc novaclient -> nova in some documentation as per feedback 2011-08-04 12:40:25 -04:00
Brian Lamar
5b6b34e0c5 Change create-image back to image-create, and increased version to 2.6.0 2011-08-04 12:35:41 -04:00
Brian Lamar
c0c5f6925e osc -> novaclient 2011-08-04 10:24:36 -04:00
Brian Lamar
454daa2cba Tests working again...merged in some work we did earlier. 2011-08-03 17:41:33 -04:00
Brian Lamar
f8496672cc Split everything down the middle into v1_0 and v1_1, including tests. 2011-08-03 16:36:03 -04:00