summaryrefslogtreecommitdiffstats
path: root/nova/network/l3.py
Commit message (Expand)AuthorAgeFilesLines
* Fix and enable H403 testsDirk Mueller2013-06-121-2/+4
* Destroy conntrack table on source host during migrationAnte Karamatic2013-04-261-0/+9
* Deprecate CONF.fixed_range, do dynamic setupmathrock2013-03-121-2/+8
* Fix spelling in commentAaron Rosen2013-02-101-2/+2
* l3.py,add_floating_ip: setup NAT before bindingmingyan bao2013-02-081-1/+1
* Fix floating ips with external gatewayVishvananda Ishaya2013-01-211-9/+16
* fix N402 for nova/networkSean Dague2013-01-091-7/+7
* Remove nova.config.CONFMark McLoughlin2012-11-201-1/+0
* Remove nova.flagsMark McLoughlin2012-11-171-1/+1
* Switch from FLAGS to CONF in nova.networkMark McLoughlin2012-11-041-2/+0
* Fixes snat rules in complex networking configsVishvananda Ishaya2012-09-101-2/+4
* Switch to common logging.Andrew Bogott2012-07-021-1/+1
* Fix several PEP-8 issuesSascha Peilicke2012-06-261-1/+1
* Unused imports cleanup (folsom-2)Zhongyue Luo2012-06-031-2/+0
* Alphabetize importsJoe Gordon2012-05-141-1/+1
* Bug #922356 QuantumManager does not initiate unplug on the linux_net driverSumit Naiksatam2012-03-091-0/+10
* Standardize logging delaration and useJason Kölker2012-02-141-1/+1
* Add support for pluggable l3 backendsBrad Hall2012-02-011-0/+149