summaryrefslogtreecommitdiff
path: root/nova/network/manager.py
Commit message (Expand)AuthorAgeFilesLines
* Remove vi modelinesliu-sheng2014-02-031-2/+0
* Merge "Port to oslo.messaging"Jenkins2014-02-021-3/+3
|\
| * Port to oslo.messagingMark McLoughlin2014-02-011-3/+3
* | Merge "Remove unused variable"Jenkins2014-02-021-2/+0
|\ \
| * | Remove unused variableGary Kotton2014-02-011-2/+0
| |/
* | Merge "Make nova-network use FixedIP for get_by_address() queries"Jenkins2014-02-021-32/+35
|\ \ | |/ |/|
| * Make nova-network use FixedIP for get_by_address() queriesDan Smith2014-01-311-32/+35
* | Merge "Allow deleting instances while uuid lock is held"Jenkins2014-01-311-7/+5
|\ \ | |/ |/|
| * Allow deleting instances while uuid lock is heldStanislaw Pitucha2014-01-301-7/+5
* | Refactor return value of fixed_ip_associate callsDan Smith2014-01-301-5/+5
* | Make nova-network use Network object for deleting networksDan Smith2014-01-301-1/+1
* | Make nova-network use Network for associationsDan Smith2014-01-301-10/+9
* | Make nova-network use Network object for set_host() operationDan Smith2014-01-301-6/+10
* | Make nova-network use Network object for updatesDan Smith2014-01-301-13/+13
* | Make nova-network use Network object for remaining "get" queriesDan Smith2014-01-301-14/+15
* | Make nova-network use NetworkList for remaining "all" queriesDan Smith2014-01-301-12/+13
* | Make nova-network use Network object for get-all-by-host queryDan Smith2014-01-301-6/+6
|/
* Make nova-network use Network to create networksDan Smith2014-01-271-37/+36
* Update nova.network to use DNSDomain objectRussell Bryant2014-01-251-1/+3
* Merge "Update network.manager to use VirtualInterface"Jenkins2014-01-251-54/+52
|\
| * Update network.manager to use VirtualInterfaceRussell Bryant2014-01-251-54/+52
* | Merge "Small edits on help strings"Jenkins2014-01-251-4/+4
|\ \ | |/ |/|
| * Small edits on help stringsAndreas Jaeger2014-01-231-4/+4
* | Merge "Move fake_network config option to linux_net"Jenkins2014-01-251-3/+1
|\ \ | |/ |/|
| * Move fake_network config option to linux_netAlexis Lee2014-01-231-3/+1
* | Make nova-network use Instance objectsDan Smith2014-01-141-15/+13
* | Make nova-network use Service objectDan Smith2014-01-141-3/+3
|/
* Periodic task _heal_instance_info_cache can now use slave dbMichael Wilson2013-12-021-1/+6
* Merge "enhance description of share_dhcp_address option"Jenkins2013-09-091-1/+3
|\
| * enhance description of share_dhcp_address optionJian Wen2013-08-211-1/+3
* | Fix inconsistent usages for network resourcesliyingjun2013-09-061-8/+10
* | Merge "Refresh network info cache for secgroups"Jenkins2013-09-051-11/+26
|\ \
| * | Refresh network info cache for secgroupsVishvananda Ishaya2013-09-041-11/+26
* | | Merge "VlanManager creates superfluous quota reservations"Jenkins2013-09-051-7/+15
|\ \ \ | |/ / |/| |
| * | VlanManager creates superfluous quota reservationsChet Burgess2013-08-051-7/+15
* | | Merge "Fix network creation in Vlan mode"Jenkins2013-09-021-4/+14
|\ \ \
| * | | Fix network creation in Vlan modeAlvaro Lopez Garcia2013-08-271-4/+14
| | |/ | |/|
* | | Avoid swallowing exceptions in network managerMark McLoughlin2013-08-291-9/+12
|/ /
* | Remove deprecated CONF.fixed_rangeJoe Gordon2013-08-151-22/+8
* | Merge "maint: remove redundant default=None for config options"Jenkins2013-08-131-5/+0
|\ \ | |/ |/|
| * maint: remove redundant default=None for config optionsPádraig Brady2013-08-091-5/+0
* | Fix typo with network manager service_nameMark McLoughlin2013-08-091-1/+1
|/
* Remove the monkey patching of _ into the builtinsAlex Gaynor2013-07-261-0/+1
* Merge "Fixing dnsdomain_get call in nova.network.manager"Jenkins2013-07-251-5/+8
|\
| * Fixing dnsdomain_get call in nova.network.managergalstrom212013-07-211-5/+8
* | Merge "Change force_dhcp_release default to True"Jenkins2013-07-241-1/+1
|\ \ | |/ |/|
| * Change force_dhcp_release default to TrueJoe Gordon2013-07-111-1/+1
* | Remove locals() from various places.Eugene Nikanorov2013-07-171-7/+6
* | Avoid deleting user-provided Neutron ports if VM spawn failsarmando-migliaccio2013-07-151-1/+1
|/
* Merge "Disassociate fixed IPs not known to dnsmasq"Jenkins2013-07-091-1/+17
|\