summaryrefslogtreecommitdiffstats
path: root/nova/network/api.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Fix migrations when not using multi-host networkChris Behrens2012-11-051-0/+2
|/
* Add rxtx_factor to network migration logicKevin L. Mitchell2012-10-311-17/+35
* Migrate network of an instanceJian Wen2012-10-241-0/+33
* Merge "Add version to network rpc API."Jenkins2012-10-181-147/+61
|\
| * Add version to network rpc API.Russell Bryant2012-10-091-147/+61
* | Used instance uuid rather than id in remove-fixed-ipTianTian Gao2012-10-121-1/+1
|/
* Don't include auto_assigned ips in usageStanislaw Pitucha2012-09-191-1/+2
* Implement network association in OS APIAlessio Ababilov2012-08-111-2/+3
* Revert "Remove unused add_network_to_project() method"Alessio Ababilov2012-08-101-0/+6
* Avoid recursion from @refresh_cacheEoghan Glynn2012-07-311-1/+1