bb4f7129e945602a8e830520e7877a33b2539530
10195 Commits
| Author | SHA1 | Message | Date | |
|---|---|---|---|---|
|
Dan Wendlandt
|
bb4f7129e9 | remove brackets from mailmap entry | ||
|
Dan Wendlandt
|
7e8e39160d | access db directly in networkmanagers's delete_network method, so stubbed test call works correctly | ||
|
Dan Wendlandt
|
6d8663a887 | remove 'uuid' param for nova-manage network delete that I had add previously | ||
|
Dan Wendlandt
|
dc129eeb96 | add alias to mailmap | ||
| ed1399b5a4 | update file name for db migrate script after merge (again) | |||
| 81d30e900d | update file name for db migrate script after merge | |||
| a4bd14f86f | merge trunk | |||
| 605fe4f19a | restore fixed_ip_associate_pool in nova/db/sqlalchemy.py to its original form before this branch. Figured out how to make unit tests pass without requiring that this function changes | |||
| 716303049e | add doc-strings for all major modules | |||
| 822d92ed1f | remove fake IPAM lib, since qmanager must now access nova DB directly | |||
| 431cd5d177 | always set network_id in virtual_interfaces table, otherwise API commands that show IP addresses get confused | |||
| 56891283f1 | update melange ipam lib to use network uuid, not bridge | |||
| 1bfc7ce80c | fix issue with setting 'Active' caused by Quantum API changes. Other misc fixes | |||
|
Ewan Mellor
|
0ef2581749 |
Bug #835952 : pep8 failures do not cause the tests to fail
Add set -eu to run_tests.sh. This will cause it to fail whenever anything goes wrong, which is exactly what we want in a test script. To do this, I had to remove the use of the "let" keyword, which has a bizarre exit status in bash. I also removed the "|| exit" after run_tests, which means that this script will now exit with status 1, not status 0, if run_tests fails. |
||
|
Dan Wendlandt
|
d5b4893837 | use 'uuid' field in networks table rather than 'bridge'. Specify project_id when creating instance in unit test | ||
|
Ewan Mellor
|
de05bf07a6 |
Bug #835964 : pep8 violations in IPv6 code
Fix pep8 violations. |
||
|
Ewan Mellor
|
07cbdbedca |
Bug #835952 : pep8 failures do not cause the tests to fail
Add set -eu to run_tests.sh. This will cause it to fail whenever anything goes wrong, which is exactly what we want in a test script. To do this, I had to remove the use of the "let" keyword, which has a bizarre exit status in bash. I also removed the "|| exit" after run_tests, which means that this script will now exit with status 1, not status 0, if run_tests fails. |
||
|
Ewan Mellor
|
75c7c84137 |
Bug #835964 : pep8 violations in IPv6 code
Fix pep8 violations. |
||
|
vladimir.p
|
2a2672f92e |
Virtual Storage Array (VSA) feature.
- new Virtual Storage Array (VSA) objects / OS API extensions / APIs / CLIs - new schedulers for selecting nodes with particular volume capabilities - new special volume driver - report volume capabilities - some fixes for volume types |
||
|
Trey Morris
|
4884e19c55 | changes a few double quotes to be single, as the rest in the vicinity are | ||
|
Dan Wendlandt
|
6f8f9c7b82 | merge changes from brad due to recent quantum API changes | ||
|
Brad Hall
|
3a91fa89ea | Minor changes based on recent quantum changes | ||
|
Trey Morris
|
8bd8103c86 | doubles quotes to single | ||
|
vladimir.p
|
209334e474 | changed format string in nova-manage | ||
|
vladimir.p
|
6f467a94e3 | removed create_volumes, added log & doc comment about experimental code | ||
|
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. |
||
|
Dan Wendlandt
|
87a5fefe5b | Add brad to Authors file | ||
|
Dan Wendlandt
|
b66840327a | replace accidental deletion in nova-mange | ||
|
Dan Wendlandt
|
e8d02ac1b5 | rearrange imports | ||
|
Dan Wendlandt
|
16290908ea | fix for quantum api changes, change nova-mange to have quantum_list command | ||
|
Dan Wendlandt
|
e2b8e3ac4a | merge brad's fixes | ||
|
Dan Wendlandt
|
5823a72690 | add priority for static networks | ||
|
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 | ||
|
Brad Hall
|
2e7447a9ca | Minor fixes | ||
|
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 |