summaryrefslogtreecommitdiff
path: root/nova/network/api.py
Commit message (Expand)AuthorAgeFilesLines
* Address infinite loop in nova compute when getting network infoarmando-migliaccio2013-11-261-0/+1
* Merge "Filter network by project id"Jenkins2013-08-281-1/+7
|\
| * Filter network by project idgengjh2013-08-281-1/+7
* | Add DocStrings for function allocate_for_instancelawrancejing2013-08-271-2/+8
* | quantum pxeboot-port support for baremetaldekehn2013-08-191-1/+8
|/
* Remove the monkey patching of _ into the builtinsAlex Gaynor2013-07-261-0/+1
* Convert network API to use InfoCache objectChris Behrens2013-07-221-24/+12
* Avoid deleting user-provided Neutron ports if VM spawn failsarmando-migliaccio2013-07-151-1/+3
* Don't attach to multiple Quantum networks by defaultPhil Day2013-07-151-0/+3
* update Quantum usage to NeutronMark McClain2013-07-121-5/+5
* Fix and enable H403 testsDirk Mueller2013-06-121-1/+2
* Rename functions in nova.compute.flavors from instance_typeJoe Gordon2013-06-111-6/+6
* Don't update API cell on get_nwinfoChris Behrens2013-05-221-4/+22
* Merge "Optimize db.instance_floating_address_get_all method"Jenkins2013-05-151-1/+1
|\
| * Optimize db.instance_floating_address_get_all methodBoris Pavlovic2013-05-081-1/+1
* | Merge "Fixes KeyError bug with network api associate"Jenkins2013-05-091-2/+0
|\ \
| * | Fixes KeyError bug with network api associateChris Yeoh2013-05-081-2/+0
| |/
* | Rename nova.compute.instance_types to flavorsJoe Gordon2013-05-071-7/+7
|/
* Move get_backdoor_port to base rpc API.Russell Bryant2013-04-241-4/+0
* Add an extension to show the network id of a virtual interfaceZhi Yan Liu2013-04-081-3/+15
* Remove uses of instance['instance_type'] from nova/networkDan Smith2013-03-081-5/+10
* Add Nova quantum security group proxyAaron Rosen2013-02-201-1/+1
* Fix handling of source_groups with no-db-compute.Vishvananda Ishaya2013-02-201-1/+3
* Add support for network adapter hotplug.Dan Smith2013-02-191-0/+19
* Fix add-fixed-ip and remove-fixed-ip.Vishvananda Ishaya2013-02-131-5/+5
* Move floating ip db access to calling side.Vishvananda Ishaya2013-02-071-14/+25
* Support hypervisor supplied macs in nova-networkMichael J Fork2013-02-071-1/+1
* Merge "Optimize network calls by moving them to api"Jenkins2013-02-011-20/+40
|\
| * Optimize network calls by moving them to apiVishvananda Ishaya2013-01-311-20/+40
* | Use conductor for instance_info_cache_update.Russell Bryant2013-01-311-11/+15
|/
* Move policy checks to calling side of rpc.Vishvananda Ishaya2013-01-251-0/+63
* Fix get Floating ip pools action name to match with its policyMauro S. M. Rodrigues2013-01-211-1/+1
* Define a hypervisor driver method for getting MAC addresses.Robert Collins2013-01-151-1/+7
* Make it clearer that network.api.API is nova-network specific.Robert Collins2013-01-111-1/+5
* Move update_instance_info_cache to conductor.Chris Behrens2013-01-101-16/+14
* fix N402 for nova/networkSean Dague2013-01-091-9/+9
* Removed unused imports.Chuck Short2012-12-211-1/+0
* network/api add_fixed_ip correctly passes uuidTrey Morris2012-12-181-1/+1
* Add more association support to network APIChris Yeoh2012-12-171-0/+12
* add and removed fixed ip now refresh cacheTrey Morris2012-12-111-0/+2
* Add host to get_backdoor_port() for network api.Matthew Treinish2012-12-051-2/+2
* Wrap log messages with _()daisy-ycguo2012-11-211-1/+1
* Remove nova.config.CONFMark McLoughlin2012-11-201-1/+0
* Remove nova.flagsMark McLoughlin2012-11-171-1/+1
* Merge "Add support for backdoor_port to be returned with a rpc call."Jenkins2012-11-161-0/+3
|\
| * Add support for backdoor_port to be returned with a rpc call.Matthew Treinish2012-11-141-0/+3
* | Fixes usage of migrate_instance_startJian Wen2012-11-131-1/+1
|/
* Corrects usage of db.api.network_getJian Wen2012-11-071-1/+1
* Merge "Switch from FLAGS to CONF in nova.network"Jenkins2012-11-071-2/+0
|\
| * Switch from FLAGS to CONF in nova.networkMark McLoughlin2012-11-041-2/+0