0f7cd2be9143b63a90a37c7b59f07c6fcbd31bb2
10162 Commits
| Author | SHA1 | Message | Date | |
|---|---|---|---|---|
|
vladimir.p
|
0f7cd2be91 | reverted CA files | ||
|
Dan Prince
|
9cef60664f | Update compute API and manager so that the image_ref is set before spawning the rebuilt instance. Fixes issue where rebuild didn't actually change the image_id. | ||
|
vladimir.p
|
96a1b218d1 | added debug prints for scheduler | ||
|
Dan Prince
|
5dc7956eed |
Update compute API and manager so that the image_ref is set before
spawning the rebuilt instance. Fixes issue where rebuild didn't actually change the image_id. |
||
|
vladimir.p
|
eecb6ce2ac | driver: added vsa_id parameter for SN call | ||
|
vladimir.p
|
8b4d46285b | merged with rev.1499 | ||
|
vladimir.p
|
59e9adb8e2 | cosmetic cleanup | ||
|
vladimir.p
|
4834b920e3 | VSA code redesign. Drive types completely replaced by Volume types | ||
|
Mark McLoughlin
|
e38ba3a606 | Just a couple of small changes I needed to get the migrations working with SQLAlchemy 0.7.x on Fedora 16 | ||
|
vladimir.p
|
303568b6ec | check log file's mode prior to calling chmod | ||
|
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. | ||
|
Soren Hansen
|
34ff962658 |
Add a set of generic tests for the virt drivers.
Update a bit of documentation to match reality. |
||
|
Vishvananda Ishaya
|
beed018c50 | merge underlying fix for testing | ||
|
Vishvananda Ishaya
|
fafaf040ed | pass all commands to run_iscsiadm as a tuple | ||
|
Soren Hansen
|
a42d8427de | Add bug reference | ||
|
Ken Pepple
|
847d6aecb6 | added unit tests to instance_types for rainy day paths | ||
|
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. |
||
|
Brian Waldon
|
f136cf1197 | Servers with metadata will now boot on xenserver with flat_injected==False | ||
|
vladimir.p
|
4859cce97b | moved import up | ||
|
Brian Waldon
|
42f9739a60 | changing comment | ||
|
Brian Waldon
|
d8da62dd6b | fixing bug | ||
|
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. |
||
|
Dan Prince
|
9c871b3e81 | Update paste config so that EC2 admin API defaults to noauth. | ||
|
vladimir.p
|
2d7f401c4f | merged with volume types (based on rev.1490). no code rework yet | ||
|
vladimir.p
|
08af6ab632 | merged with volume_types. no code refactoring yet | ||
|
vladimir.p
|
3a2cdb0d9d | merged with nova 1490 | ||
|
vladimir.p
|
0c88dbc01a | added new tables to list of DBs in migration.py | ||
|
Ken Pepple
|
dde9fdc666 | removes french spellings to satisfy american developers | ||
|
vladimir.p
|
48cd9689de | added virtio flag; associate address for VSA; cosmetic changes. Prior to volume_types merge | ||
|
vladimir.p
|
e356009b3a | moved import to the top | ||
|
Ken Pepple
|
e30d2c372c | fixing inappropriate rubyism in test code | ||
|
vladimir.p
|
96f85f94f2 | forgot to add new extension to test_extensions | ||
|
Mark McLoughlin
|
b77d1462eb | Add me to Authors | ||
|
vladimir.p
|
576dd4a0dc | added Openstack APIs for volume types & extradata | ||
|
Hisaharu Ishii
|
88a2dfb582 | Add comments for associate/dissociate logic | ||
|
Hisaharu Ishii
|
cdfce179be | Merged from trunk | ||
|
Hisaharu Ishii
|
156f2fb689 | Add names to placeholders of formatting | ||
|
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. | ||
|
Hisaharu Ishii
|
e51c73a2d9 | Removed unused imports | ||
|
Hisaharu Ishii
|
d311278074 | Merged from trunk | ||
|
Hisaharu Ishii
|
5ab769daf3 | split test_modify() into specific unit tests | ||
|
Vishvananda Ishaya
|
4a99c3f134 | Fixes iscsiadm commands to run properly. | ||
|
vladimir.p
|
3c58bd43a8 | merged with rev.1488 | ||
|
vladimir.p
|
207ce4f196 | added volume type search by extra_spec | ||
|
Thierry Carrez
|
bde2e87603 | Fix default hostname generator so that it won't use underscores, and use minus signs instead. | ||
|
vladimir.p
|
163923f57d | merged with 1487 | ||
|
vladimir.p
|
8ad9373648 | pep8 compliant | ||
|
Hisaharu Ishii
|
7b95251a5c | Merged from trunk | ||
|
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 |
||
|
Hisaharu Ishii
|
390f35f8e7 | Fix flag override in unit test |