Commit Graph

37 Commits

Author SHA1 Message Date
Tony Breeds ca35156eab Retire Packaging Deb project repos
This commit is part of a series to retire the Packaging Deb
project. Step 2 is to remove all content from the project
repos, replacing it with a README notification where to find
ongoing work, and how to recover the repo if needed at some
future point (as in
https://docs.openstack.org/infra/manual/drivers.html#retiring-a-project).

Change-Id: I8cda39ecb8de18b79be1ec51fc8c4629e2c45a3e
2017-09-12 16:11:22 -06:00
Ricardo Bánffy 40ee44c664 Add Python 3 support (#2)
* Make examples/server_example.py Python 3 compatible

* Add a basestring type to Python 3 if needed.

* Simple 2to3 changes

* PEP8 change

* Adding Python 3.4 tests and avoid the "db type could not be determined" message by running Python 3 tests first.
2016-05-20 08:47:18 -07:00
Ricardo Bánffy c8e4eabab6 Make code samples look better 2015-12-21 14:22:59 -02:00
Harshada Mangesh Kakad 0284e9bed1 Add feature to tag/untag per nic basis. 2015-02-27 00:32:52 -08:00
Harshada Mangesh Kakad 4a1d51b013 Add get_boot_order for server 2015-01-06 00:38:46 -08:00
Harshada Mangesh Kakad aa277dfbf0 Changed the Author. 2015-01-05 02:37:09 -08:00
Harshada Mangesh Kakad db616fcdf8 Add set/unset logic for tagged/untagged vlans for all nics
* Adds set/unset logic to tagged/untagged vlans for all the nics
  of server.
2015-01-05 00:42:23 -08:00
Harshada Mangesh Kakad 17a503f309 Add add/remove logic for Global Network
* Adds add/remove logic to create/delete Global Network
2015-01-05 00:35:34 -08:00
Harshada Mangesh Kakad 55b4b068df Fix fanTray list bug
* Wrong URL used for listing fanTray
2015-01-04 21:43:06 -08:00
Harshada Mangesh Kakad f46371d246 Fix scard list bug
* Wrong URL used for listing scard
2014-12-30 03:35:49 -08:00
Rohan Kanade e727be8463 Add delay/retry logic for Failed http requests
* Adds delay/retry logic to accomodate HTTP failures/disconnects from server
2014-04-20 16:42:52 +02:00
Rohan Kanade f09a5718d4 Merge branch 'master' of http://github.com/seamicro/python-seamicroclient
Conflicts:
	seamicroclient/v2/servers.py
2014-04-09 01:13:43 -07:00
Rohan Kanade f719ca6754 Fix server power-off bug
* Wrong HTTP method used to power-off server
* Use PUT instead of GET
2014-04-09 01:10:27 -07:00
Rohan Kanade dd849f642c Fix server power-off bug
* Wrong HTTP method used to power-off server
* Use PUT instead of GET
2014-04-09 00:53:07 -07:00
Rohan Kanade ecfec61737 Remove use of auth_token for REST API
* User username/password for each individual request
* Stop using single auth_token for authorizing multiple requests.

Closes-launchpad-Bug: #1302828
2014-04-08 10:35:34 +02:00
Rohan Kanade 626460aa55 Add unit tests
For smcards, chassis, system, fantrays, pools, interfaces,
powersupplies, scards.
2014-02-24 14:45:33 +01:00
Rohan Kanade 69e20cbdcd Fix disks, interface method names, Add scard methods
Add chassis object
2014-02-23 19:00:51 +01:00
Rohan Kanade 8c666c85dc Add support for SeaMicro chassis objects
Create, Delete, Get, list and custom actions
 For Disks, fantrays, network interfaces, powersupplies,
 SCards, SMCards, Chassis system info.
2014-02-18 10:19:11 +01:00
Rohan Kanade 75ee2d00c0 Fix volume functional tests, resource repr method 2014-02-03 15:33:55 +05:30
Rohan Kanade c56ead270f Pre-publish cleanup 2014-01-28 16:56:16 +05:30
Rohan Kanade 01581f0fda Fix boolean flag as str bug
* Dont send boolean values as json str
2014-01-28 16:03:43 +05:30
Rohan Kanade 2e65a9ac29 Fix vlan_id functional tests 2014-01-28 12:13:08 +05:30
Rohan Kanade bc5ac8131c Part 1 - Fix vlan issues, add tests for same 2014-01-27 19:08:52 +05:30
Rohan Kanade 7bb2e88c24 Add functional tests for server, pool, volumes 2014-01-24 19:10:55 +05:30
Rohan Kanade f18d2ea0ec Add functional tests for python-seamicroclient 2014-01-24 13:26:10 +05:30
Rohan Kanade 11a0f6fc51 Fix login url bug 2014-01-23 19:13:40 +05:30
Rohan Kanade 4541ee55ec Cleanup python-seamicroclient for release to pypi 2014-01-23 07:53:20 +01:00
Rohan Kanade f3cedbe0b4 Adds pool list filters, volume create updates 2014-01-23 07:37:33 +01:00
Rohan Kanade a50643c7c6 Adds attach_volume, set_boot_order support 2014-01-20 15:56:12 +05:30
Rohan Kanade 55df35dc30 Add new python-seamicroclient
* Using Seamicro Chassis REST API 2.0
2014-01-14 23:18:48 +05:30
vicenteg c3c7cb164e hooks 2013-11-20 09:21:57 -05:00
vicenteg bd277cd5a6 hooks testing 2013-11-20 06:55:46 -05:00
vicenteg a9ea64b69c commit hook? 2013-11-19 23:23:38 -05:00
vicenteg a100eddd0f touching a file to see if it triggers the post-commit hook 2013-11-19 23:17:39 -05:00
vicenteg db4ad2b27c added version.py 2013-11-19 23:09:32 -05:00
vicenteg 0f1e405277 move 0.9 binding to a versioned module 2013-11-19 23:05:34 -05:00
vicenteg e7f53adb98 moving api to its own repo 2013-11-19 17:13:19 -05:00