57 Commits

Author SHA1 Message Date
Sandy Walsh
cbca828f7c Merge pull request #13 from usrleon/master
support for X-Auth-Project-Id api header
2011-06-10 07:23:10 -07:00
Josh Kearney
3c10087824 Merge branch 'master' of github.com:rackspace/python-novaclient 2011-06-09 12:59:05 -05:00
Josh Kearney
c100f21d3d Merge pull request #12 from klmitch/master
Add add_fixed_ip() and remove_fixed_ip() on servers
2011-06-09 10:11:09 -07:00
Josh Kearney
d778d4278e Don't restrict ids to int. 2011-06-09 10:38:01 -05:00
Lvov Maxim
882a266387 fix errors 2011-06-09 11:57:46 +04:00
Lvov Maxim
0853ebebed support for project id header 2011-06-09 10:39:13 +04:00
Kevin L. Mitchell
182b3a7196 Now that I understand how to build extensions, I understand how this
extension will be built, and can fully implement add_fixed_ip() and
remove_fixed_ip()
2011-06-08 11:18:43 -05:00
Kevin L. Mitchell
0b43ddbc93 Add the basic calls for add_fixed_ip/remove_fixed_ip.
Implementation depends on extensions to the OpenStack API
2011-06-07 17:56:33 -05:00
Sandy Walsh
117e455bb6 defaults back to no detail 2011-06-03 06:57:33 -07:00
Sandy Walsh
ddf8ef6d2c tweaks 2011-06-03 06:30:24 -07:00
Sandy Walsh
d96f3c5462 griddynamics better logging 2011-06-03 06:16:54 -07:00
Sandy Walsh
e4d75757c6 reservation_id optional parameter added to GET /servers (aka 'list') 2011-06-01 11:50:32 -07:00
Sandy Walsh
7090a6c8e0 works properly with zone-boot 2011-05-30 18:04:13 -07:00
Ilya Alekseyev
512c88cce8 Merge pull request #4 from Reldan/master
Improving tests for undetailed images
2011-05-30 10:57:47 -07:00
Eldar Nugaev
868d57a9a0 Improving tests 2011-05-30 21:43:27 +04:00
Andrey Brindeyev
2a9e0b485c Merge pull request #3 from Reldan/master
Added parameter detailed to list
2011-05-30 03:35:07 -07:00
Eldar Nugaev
6a3a139846 Added parameter detailed to list 2011-05-30 14:31:56 +04:00
Sandy Walsh
6cb04897af zone select support and version bump to 2.4.3 2011-05-27 07:39:22 -07:00
Andrey Brindeyev
6b94a876c0 Merge pull request #2 from kshileev/master
logging for HTTP req-resp
2011-05-25 07:02:17 -07:00
Kirill Shileev
76a631d2f7 fix to reviewer comment: add check if logging disabled 2011-05-25 17:10:53 +04:00
Kirill Shileev
ad292c029a improve perfomance on string concat in logging 2011-05-25 16:48:40 +04:00
Kirill Shileev
be1d6d7a3b add logging for http request-response 2011-05-25 14:10:20 +04:00
Sandy Walsh
2ec3c3febd zone select 2011-05-23 12:08:42 -07:00
Andrey Brindeyev
0a3f94adbc Merge pull request #1 from kshileev/master
add list_flavor with GET /flavors without detail
2011-05-20 10:52:33 -07:00
Kirill Shileev
1114249c18 add undetailed flavor list 2011-05-20 21:41:56 +04:00
Sandy Walsh
f216dbd2e4 Merge branch 'master' of github.com:rackspace/python-novaclient 2011-05-19 06:58:48 -07:00
Sandy Walsh
30e7951a7a zone_blob support added to server.create 2011-05-19 06:58:41 -07:00
Sandy Walsh
f862a6f618 fixed flavor-list columns 2011-04-08 15:38:31 -03:00
Sandy Walsh
dc4626fb44 added support for missing flavors/images 2011-03-16 05:43:50 -07:00
Sandy Walsh
c4119ddc22 up'ed version to suit pypi distribution update 2011-03-10 10:40:42 -08:00
Sandy Walsh
d33a7c461f fixed software license 2011-02-25 02:18:55 -08:00
Sandy Walsh
bcf65fe16e version 2.4 2011-02-25 02:11:32 -08:00
Sandy Walsh
8e615f4446 Added Jacob Kaplan-Moss copyright notices on older/untouched files. 2011-02-25 02:00:13 -08:00
Sandy Walsh
bd18c7e429 renamed to novaclient and fixed flavor tests 2011-02-26 05:04:40 -04:00
Sandy Walsh
8611fc2598 missing docstring quote 2011-02-24 17:59:42 -04:00
Sandy Walsh
edff3ce1f4 tweaked release notes 2011-02-24 17:58:25 -04:00
Sandy Walsh
9db6490f44 removed copyright/license notices from files not significantly changed. 2011-02-24 17:52:49 -04:00
Sandy Walsh
cc27b6d459 renamed cmdline tool from novatools to nova. Changed version to 2.1. Changed license to Apache. Added copyright notices. Cleaner exception reporting in non-debug scnario. 2011-02-24 13:54:10 -04:00
Josh Kearney
27709a3e24 Merge remote branch 'SandyWalsh/master' 2011-02-17 16:12:16 -06:00
Sandy Walsh
c65a0a1867 fixed setup 2011-02-17 17:56:16 -04:00
Sandy Walsh
db357e580d longer zone list 2011-02-17 12:09:24 -08:00
Josh Kearney
560c314666 Added full flavor detail support 2011-02-16 11:10:13 -06:00
Sandy Walsh
82227aa77f zone info works 2011-02-15 11:16:30 -08:00
Sandy Walsh
6ad9c5365c get this zone status 2011-02-15 11:34:06 -04:00
Sandy Walsh
b97c9760ad removed Username from zone info 2011-02-14 14:35:37 -08:00
Sandy Walsh
88a57e2a4a NOVA_TOOLS_* -> NOVA_*, --debug 2011-02-14 14:27:21 -08:00
Sandy Walsh
9034c4618a removed zone name, renamed auth_url to api_url, added username/password 2011-02-09 18:31:22 -04:00
Sandy Walsh
637ddefbbe zone shell cmds & tests added 2011-02-09 11:16:51 -04:00
Sandy Walsh
315b20b9c1 zone tests pass 2011-02-08 17:41:28 -04:00
Sandy Walsh
7dddd46f01 zone tests pass 2011-02-08 17:40:58 -04:00