summaryrefslogtreecommitdiffstats
path: root/nova
Commit message (Expand)AuthorAgeFilesLines
...
| | | | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed two typos in rescue API commandMohammed Naser2011-07-091-1/+1
| | | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes bug 797250 where a create server request with the body '{"name":"server...Alex Meade2011-07-252-10/+25
| | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | |_|_|_|_|_|_|/ / / / / / / / / / / / / / / / / / / / / / / / / / / / / | | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |
| | | | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added check to make sure there is a server entity in the create server requestAlex Meade2011-07-252-10/+25
| | | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed some typos in log lines.Brian Waldon2011-07-253-5/+5
| | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | |/ / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / | | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |
| | | | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | fixing typosBrian Waldon2011-07-253-5/+5
| | | | | |/ / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / | | | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Moved the exception handling of unplugging VIF from virt driver to VIF driver...Ryu Ishimoto2011-07-264-24/+20
| | | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add i18n for logging, changed create_bridge/vlan to should_create_bridge/vlan...Ryu Ishimoto2011-07-2310-41/+30
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Updated the comments for VMWare VIF driverRyu Ishimoto2011-07-231-1/+1
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added network_info to unfilter_instance to avoid exceptions when shutting dow...Ryu Ishimoto2011-07-227-13/+17
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Removed unused exception objectRyu Ishimoto2011-07-221-1/+1
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed the missing quotes for 802.1Qbh in libvirt templateRyu Ishimoto2011-07-221-8/+8
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merged Dan's branchRyu Ishimoto2011-07-223-46/+49
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | use new 'create_vlan' field in XenAPIBridgeDriverDan Wendlandt2011-07-211-1/+1
| | | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | for libvirt OVS driver, do not make device if it exists alreadyDan Wendlandt2011-07-211-10/+11
| | | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | refactor xenapi vif plug to combine plug + get_vif_rec, tested and fixed XenA...Dan Wendlandt2011-07-213-44/+46
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merged trunkRyu Ishimoto2011-07-2242-396/+1458
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |/ / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / | | |/| | | | | | | | / / / / / / / / / / / / / / / / / / / / / / / / / / / | | | | |_|_|_|_|_|_|/ / / / / / / / / / / / / / / / / / / / / / / / / / / | | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Catch the FixedIpNotFoundForInstance exception when no fixed IP is mapped to ...Ryu Ishimoto2011-07-221-1/+6
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changed test_live_migration_raises_exception to use mock for compte manager m...Ryu Ishimoto2011-07-221-0/+3
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed the localization unit test error in the vif driver loggingRyu Ishimoto2011-07-221-3/+4
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | removed vif API extensionRyu Ishimoto2011-07-211-85/+0
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed Xenapi unit test error of test_rescueRyu Ishimoto2011-07-211-1/+1
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merged Dan Wendlandt's branch and fixed pep8 errorsRyu Ishimoto2011-07-211-0/+141
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | forgot to add xenapi/vif.pyDan Wendlandt2011-07-211-0/+146
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added create_vlan/bridge in network unit testRyu Ishimoto2011-07-211-1/+4
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changed the default of VIF driverRyu Ishimoto2011-07-211-1/+1
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed PEP8 issuesRyu Ishimoto2011-07-218-18/+17
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Combined bridige and vlan VIF driver to allow better transition for current N...Ryu Ishimoto2011-07-212-26/+49
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merged trunkRyu Ishimoto2011-07-2120-199/+304
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merged lp:~~danwent/nova/network-refactoringRyu Ishimoto2011-07-215-126/+40
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | |/ / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / | | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |
| | | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | remove debug printsDan Wendlandt2011-07-201-2/+1
| | | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | merge ryu's branchdanwent2011-07-209-59/+150
| | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |/ / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merged trunkRyu Ishimoto2011-07-216-13/+101
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / / / / / / / / / / / / / / / / / / | | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added Dan Wendlandt to Authors, and fixed failing network unit testsRyu Ishimoto2011-07-211-1/+3
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Made all but one test pass for libvirtRyu Ishimoto2011-07-211-17/+17
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Moved back allow_project_net_traffic to libvirt connRyu Ishimoto2011-07-212-3/+3
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Made the compute unit tests to passRyu Ishimoto2011-07-211-7/+5
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Created _get_instance_nw_info method to clean up duplicate codeRyu Ishimoto2011-07-211-21/+20
| | | | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | update for ryu's naming changes, fix some bugs. tested with OVSDriver only s...danwent2011-07-202-16/+22
| | | | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | merge from lp:~midokura/nova/network-refactoring-l2danwent2011-07-2013-152/+191
| | | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|/ / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | First attempt at vmware API VIF driver integrationRyu Ishimoto2011-07-202-6/+32
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Removed unnecessary context parameterRyu Ishimoto2011-07-203-2/+8
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merged get_configurations and plug of VIF driversRyu Ishimoto2011-07-203-9/+5
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Moved ensure_vlan_bridge of vmware to VIF driverRyu Ishimoto2011-07-202-82/+93
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added network_info parameter to all the appropriate places in virt layers and...Ryu Ishimoto2011-07-207-29/+33
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Renamed setup_vif_network to plug_vifRyu Ishimoto2011-07-205-30/+25
| | | | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | remove xenapi_net.py from network directory, as this functionality is now mov...danwent2011-07-201-87/+0
| | | | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | first cut of xenserver vif-plugging, some minor tweaks to libvirt pluggingdanwent2011-07-205-39/+33
| | | |/ / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merged lp:~danwent/nova/network-refactoring-l2Ryu Ishimoto2011-07-205-20/+71
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | cleanupDan Wendlandt2011-07-196-16/+14
| | | * | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | merge of ovs L2 branchDan Wendlandt2011-07-196-16/+76