318 Commits

Author SHA1 Message Date
Anthony Young
16809a16fa make description consistent 2011-10-11 22:30:48 +00:00
Anthony Young
6498d41c42 remove extra space 2011-10-11 22:28:22 +00:00
Anthony Young
356a92ee14 add ability to create source group rules 2011-10-11 22:10:23 +00:00
Anthony Young
6a20ed5e3b don't expose ids to end user 2011-10-11 20:40:01 +00:00
Anthony Young
bad314991e work on formatting for secgroup rules 2011-10-11 08:24:14 +00:00
Anthony Young
8cb15843d1 Add CLI for security groups and rules 2011-10-11 07:48:55 +00:00
Sandy Walsh
16b083ddca Merge pull request #127 from rconradharris/issue126
Don't filter endpoints when filter_value is non-truthy.
2011-10-07 13:30:41 -07:00
Rick Harris
8ef6268115 Don't filter endpoints when filter_value is non-truthy.
Fixes #126
2011-10-07 17:12:05 +00:00
Sandy Walsh
2e2172c5f5 Merge pull request #124 from SandyWalsh/new_keystone_auth
now uses tenantName vs. tenantId to auth
2011-09-30 08:01:58 -07:00
Sandy Walsh
42e726ffed now uses tenantName vs. tenantId to auth 2011-09-28 11:00:15 -07:00
Josh Kearney
19d11e39ae Merge pull request #121 from gagupta/master
Added support for nova-volume extension
2011-09-27 14:03:59 -07:00
Sandy Walsh
4b6345e354 Merge pull request #123 from SandyWalsh/new_keystone_auth
New keystone auth
2011-09-26 15:25:21 -07:00
Sandy Walsh
96e04e64e9 version bump 2011-09-26 12:59:04 -07:00
Sandy Walsh
9cd9635c42 removed unicode casts 2011-09-26 12:58:03 -07:00
Sandy Walsh
4a53b06e0e cleaned up exception handling 2011-09-26 12:53:29 -07:00
Sandy Walsh
8491c76027 new service catalog implementation. 2011-09-26 12:28:43 -07:00
Sandy Walsh
2d5f6b2df6 change auth cred format for keystone 2011-09-26 07:41:42 -07:00
Gaurav Gupta
acf8a2783a Added methods to get, attach and detach volumes to/from running instances 2011-09-22 06:45:04 -07:00
Gaurav Gupta
74e92a6914 Added support to access nova-volume api (v1.1 extension)
- Only the basic functionality (create, delete, list) is implemented
2011-09-21 12:31:53 -07:00
Jason Kölker
a3d7bb0014 Merge pull request #118 from SandyWalsh/service_catalog_regions
Service Catalog region & reusing user token support
2011-09-21 07:42:28 -07:00
Chmouel Boudjnah
e993af6b50 Merge pull request #119 from chmouel/fix-booting-1_0
Make sure flavor is a type of int.
2011-09-20 14:47:39 -07:00
Sandy Walsh
dcd0e9aaa2 Merge pull request #120 from cloudbuilders/key_name_in_servers_create
add key_name to servers.create
2011-09-20 07:10:52 -07:00
Anthony Young
791432cf73 add todo to update doc strings so that they reflect extension/optional-ness 2011-09-20 00:51:00 -07:00
Anthony Young
ad6d3ca60e update doc strings 2011-09-20 00:48:00 -07:00
Anthony Young
4aaa47705b add key_name to servers.create 2011-09-20 00:20:52 -07:00
Chmouel Boudjnah
c032cc9cd4 Make sure flavor is a type of int.
This shell.py is getting very very confusing.
2011-09-20 00:20:09 +02:00
Sandy Walsh
f932961252 removed debugging 2011-09-15 18:15:59 -07:00
Sandy Walsh
acd1e0370f token support 2011-09-15 18:12:16 -07:00
Sandy Walsh
b047f3cf05 Merge branch 'master' of github.com:rackspace/python-novaclient into service_catalog_regions 2011-09-15 18:11:34 -07:00
Sandy Walsh
cfab90bddf fixed unknown service 2011-09-13 19:43:57 -07:00
Sandy Walsh
9b767784d8 properly uses keystone admin endpoint for token lookup 2011-09-12 06:39:11 -07:00
Jesse Andrews
1ed1f5e863 Merge pull request #108 from chmouel/userdata
Add userdata support.
2011-09-11 20:14:18 -07:00
Sandy Walsh
2c3a865f6b proxy token support - no tests 2011-09-09 06:33:38 -07:00
Sandy Walsh
f7d38c2568 readme fix 2011-09-07 13:30:20 -07:00
Sandy Walsh
55a09cd935 service catalog with multiple endpoints per service 2011-09-07 13:02:50 -07:00
Sandy Walsh
159dbd8076 Merge branch 'master' of github.com:rackspace/python-novaclient into zone-add-optional-creds 2011-09-06 08:52:03 -07:00
Chmouel Boudjnah
9a5c20d2d4 Merge pull request #112 from chmouel/debugging-by-environement-variable
Add ability to force debugging via os environ.
2011-09-02 13:13:22 -07:00
Chmouel Boudjnah
0acc0cce69 Add ability to force debugging via os environ.
Currently we can do debug from the command line or integratng to an
application which has already logging configured. But if we want to do
it to experiment via ipython the process is quite cumbersome. This allow
to have an environement variable called NOVACLIENT_DEBUG which enable
debugging when set and defined.
2011-09-02 14:25:12 -05:00
Sandy Walsh
9deb35f36e merge fixup 2011-09-02 12:13:22 -07:00
Sandy Walsh
2acc75b96e version bump 2011-09-02 12:09:33 -07:00
Sandy Walsh
909b9118c2 readme 2011-09-02 12:07:18 -07:00
Sandy Walsh
0cd6ed62fd service catalog as auth parameter 2011-09-02 11:44:25 -07:00
Sandy Walsh
11f31651ac service name support 2011-09-02 10:34:51 -07:00
Josh Kearney
6b56f3be13 Merge pull request #111 from klmitch/loaded-zones
Extend lazy loading support to Weighting
2011-09-02 09:01:49 -07:00
Kevin L. Mitchell
07795ce412 Extend lazy loading support to Weighting 2011-09-02 10:56:46 -05:00
Chmouel Boudjnah
ba96890aae Merge pull request #107 from chmouel/master
Fix unit-tests
2011-09-02 07:44:39 -07:00
Chmouel Boudjnah
10e6ae8c3f Fix unittests breakage in test_shell
For some method like test_image_meta_bad_action we are testing a
SystemExit to be thrown and object self.shell has no time to get
instantatiated which is OK in this case, so we make sure the method is
there before launching it.
2011-09-02 09:40:00 -05:00
Chmouel Boudjnah
89a59761b6 Merge pull request #110 from chmouel/fix-get-information-by-name
Fix #109 (nova show name not working).
2011-09-02 07:12:12 -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
Chmouel Boudjnah
186b4689b5 Add userdata support.
Based on Jesse first shot at it. Make it accept file like object as well
like we do for file injection on server creation.
2011-09-01 16:37:30 -05:00