Commit Graph

10159 Commits

Author SHA1 Message Date
vladimir.p 96a1b218d1 added debug prints for scheduler 2011-08-26 11:14:44 -07:00
vladimir.p eecb6ce2ac driver: added vsa_id parameter for SN call 2011-08-25 19:47:12 -07:00
vladimir.p 8b4d46285b merged with rev.1499 2011-08-25 19:18:46 -07:00
vladimir.p 59e9adb8e2 cosmetic cleanup 2011-08-25 19:09:50 -07:00
vladimir.p 4834b920e3 VSA code redesign. Drive types completely replaced by Volume types 2011-08-25 18:38:35 -07:00
Mark McLoughlin e38ba3a606 Just a couple of small changes I needed to get the migrations working with SQLAlchemy 0.7.x on Fedora 16 2011-08-26 00:14:51 +00:00
vladimir.p 303568b6ec check log file's mode prior to calling chmod 2011-08-26 00:00:13 +00:00
Vishvananda Ishaya 655846bd29 The fix for run_iscsiadm in rev 1489 changed the call to use a tuple because values were being passed as tuples. Unfortunately a few calls to the method were still passing strings. 2011-08-25 23:49:57 +00:00
Soren Hansen 34ff962658 Add a set of generic tests for the virt drivers.
Update a bit of documentation to match reality.
2011-08-25 23:15:21 +00:00
Vishvananda Ishaya beed018c50 merge underlying fix for testing 2011-08-25 15:22:51 -07:00
Vishvananda Ishaya fafaf040ed pass all commands to run_iscsiadm as a tuple 2011-08-25 15:08:28 -07:00
Soren Hansen a42d8427de Add bug reference 2011-08-25 22:56:59 +02:00
Ken Pepple 847d6aecb6 added unit tests to instance_types for rainy day paths 2011-08-25 16:55:33 +00:00
vladimir.p ae07c417b5 Added:
- volume metadata
- volume types
- volume types extra_specs

Volume create API receives volume types & metadata.

Work in progress on Openstack APIs for volume types & extra_specs.
2011-08-25 16:14:44 +00:00
Brian Waldon f136cf1197 Servers with metadata will now boot on xenserver with flat_injected==False 2011-08-25 16:05:03 +00:00
vladimir.p 4859cce97b moved import up 2011-08-25 08:59:21 -07:00
Brian Waldon 42f9739a60 changing comment 2011-08-25 11:44:21 -04:00
Brian Waldon d8da62dd6b fixing bug 2011-08-25 11:37:17 -04:00
Hisaharu Ishii ce413a5b53 Once a network is associated with project, I can’t delete this network with ‘nova-manage network delete’.
As you know, I can delete network by scrubbing the project with ‘nova-manage project scrub’.
However it is too much.
The cause of this problem is there is no modify command of network attribute.

This branch adds 'nova-manage network modify' command.
In this branch, we only support project and host value modifications.
Another attributes are in future work.
2011-08-25 08:16:06 +00:00
Dan Prince 9c871b3e81 Update paste config so that EC2 admin API defaults to noauth. 2011-08-25 08:08:36 +00:00
vladimir.p 2d7f401c4f merged with volume types (based on rev.1490). no code rework yet 2011-08-24 16:54:00 -07:00
vladimir.p 08af6ab632 merged with volume_types. no code refactoring yet 2011-08-24 16:48:04 -07:00
vladimir.p 3a2cdb0d9d merged with nova 1490 2011-08-24 16:42:32 -07:00
vladimir.p 0c88dbc01a added new tables to list of DBs in migration.py 2011-08-24 16:41:14 -07:00
Ken Pepple dde9fdc666 removes french spellings to satisfy american developers 2011-08-24 16:03:32 -07:00
vladimir.p 48cd9689de added virtio flag; associate address for VSA; cosmetic changes. Prior to volume_types merge 2011-08-24 15:51:29 -07:00
vladimir.p e356009b3a moved import to the top 2011-08-24 15:20:37 -07:00
Ken Pepple e30d2c372c fixing inappropriate rubyism in test code 2011-08-24 15:18:17 -07:00
vladimir.p 96f85f94f2 forgot to add new extension to test_extensions 2011-08-24 14:30:40 -07:00
Mark McLoughlin b77d1462eb Add me to Authors 2011-08-24 22:16:02 +01:00
vladimir.p 576dd4a0dc added Openstack APIs for volume types & extradata 2011-08-24 14:07:17 -07:00
Hisaharu Ishii 88a2dfb582 Add comments for associate/dissociate logic 2011-08-24 14:01:33 -07:00
Hisaharu Ishii cdfce179be Merged from trunk 2011-08-24 13:11:41 -07:00
Hisaharu Ishii 156f2fb689 Add names to placeholders of formatting 2011-08-24 13:10:56 -07:00
Tim Simpson 9751d4e59e The notifiers API was changed to take a list of notifiers. Some people might want to use more than one notifier so hopefully this will be accepted into trunk. 2011-08-24 19:24:46 +00:00
Hisaharu Ishii e51c73a2d9 Removed unused imports 2011-08-24 11:10:05 -07:00
Hisaharu Ishii d311278074 Merged from trunk 2011-08-24 10:47:46 -07:00
Hisaharu Ishii 5ab769daf3 split test_modify() into specific unit tests 2011-08-24 10:47:11 -07:00
Vishvananda Ishaya 4a99c3f134 Fixes iscsiadm commands to run properly. 2011-08-24 17:24:52 +00:00
vladimir.p 3c58bd43a8 merged with rev.1488 2011-08-24 10:20:27 -07:00
vladimir.p 207ce4f196 added volume type search by extra_spec 2011-08-24 10:16:20 -07:00
Thierry Carrez bde2e87603 Fix default hostname generator so that it won't use underscores, and use minus signs instead. 2011-08-24 16:23:20 +00:00
vladimir.p 163923f57d merged with 1487 2011-08-24 09:20:54 -07:00
vladimir.p 8ad9373648 pep8 compliant 2011-08-24 09:18:53 -07:00
Hisaharu Ishii 7b95251a5c Merged from trunk 2011-08-24 09:17:33 -07:00
Brian Waldon af5c480536 - rebuilds are functional again
- OSAPI v1.1 rebuild will accept adminPass or generate a new one, returning it in a server entity
- OSAPI v1.0 will generate a new password, but it doesn't communicate it back to the user
2011-08-24 16:12:11 +00:00
Hisaharu Ishii 390f35f8e7 Fix flag override in unit test 2011-08-24 09:11:57 -07:00
vladimir.p cac910b2b5 merged with rev.1485 2011-08-24 09:10:28 -07:00
Ken Pepple 9d7ece3f7c add rainy day test to to_global
fixed to_global to catch correct error from incorrect mac addresses
2011-08-24 16:01:48 +00:00
Thierry Carrez 326268b9bf Let's be more elegant 2011-08-24 18:01:29 +02:00