summaryrefslogtreecommitdiff
path: root/nova/virt/firewall.py
Commit message (Expand)AuthorAgeFilesLines
* Merge "Remove translation of log messages"Jenkins2017-06-201-7/+4
|\
| * Remove translation of log messagesNgo Quoc Cuong2017-06-131-7/+4
* | remove get_nw_info_for_instance from compute.utilsBalazs Gibizer2017-06-131-3/+1
|/
* Fix spelling mistakeMartin Schuppert2016-06-281-1/+1
* Config options: Centralize netconf optionsPushkar Umaranikar2016-04-241-1/+0
* Fix string interpolations at logging callsTakashi NATSUME2016-03-071-1/+1
* config options: Centralise 'virt.firewall' optionsStephen Finucane2016-02-221-12/+2
* Remove unused provider firewall rules functionality in novaHans Lindgren2016-02-011-103/+3
* Cleanup NovaObjectDictCompat from security_group_ruleSudipta Biswas2016-01-051-16/+16
* Reduce the number of db/rpc calls to get instance rulesHans Lindgren2015-12-231-52/+46
* Remove unused refresh_security_group_members() callHans Lindgren2015-10-031-12/+0
* Switch nova.virt.* to use the object dot notationDavanum Srinivas2015-03-031-7/+7
* Use oslo.logDavanum Srinivas2015-02-221-1/+1
* Switch to using oslo_* instead of oslo.*Davanum Srinivas2015-02-061-2/+2
* Replacement `_` on `_LI` in all LOG.info - part 1Mike Durnosvistov2014-11-201-3/+2
* Use oslo.utilsDavanum Srinivas2014-10-061-1/+1
* Fix and Gate on E265Joe Gordon2014-07-241-1/+1
* Fix last of direct use of object modulesChris Behrens2014-07-221-5/+3
* Use oslo.i18nDavanum Srinivas2014-07-181-2/+2
* Merge "change the firewall debugging for clarity"Jenkins2014-07-171-9/+6
|\
| * change the firewall debugging for claritySean Dague2014-07-071-9/+6
* | Avoid re-adding iptables rules for instances that have disappearedDan Smith2014-07-031-0/+8
|/
* Avoid referencing stale instance/network_info dicts in firewallDan Smith2014-07-021-18/+23
* Fix the rest of direct uses of instance module objectsChris Behrens2014-06-241-4/+4
* Don't translate debug level logs in nova.virtGary Kotton2014-06-081-4/+4
* Remove vi modelinesliu-sheng2014-02-031-2/+0
* Refactor CIDR field to use netaddr.IPNetworkDan Smith2014-01-141-1/+1
* Remove _security_group_chain_name from nova/virt/firewall.pyJay Lau2013-11-291-4/+0
* Make virt/firewall use objects for Security Groups and RulesDan Smith2013-10-301-4/+15
* Refresh network info cache for secgroupsVishvananda Ishaya2013-09-041-0/+3
* Merge "Remove old legacy network info model in libvirt driver"Jenkins2013-08-151-40/+26
|\
| * Remove old legacy network info model in libvirt driverYaguang Tang2013-08-091-40/+26
* | maint: remove redundant default=None for config optionsPádraig Brady2013-08-091-1/+0
|/
* Use cached nwinfo for secgroup rulesVishvananda Ishaya2013-07-311-10/+3
* Remove the monkey patching of _ into the builtinsAlex Gaynor2013-07-261-0/+1
* Convert network API to use InfoCache objectChris Behrens2013-07-221-4/+1
* Fix and enable H403 testsDirk Mueller2013-06-121-6/+12
* Hide lock_prefix argument using synchronized_with_prefix()Zhongyue Luo2013-05-141-3/+3
* Fixes passing arbitrary conductor_api argumentZhongyue Luo2013-03-221-3/+4
* Ensure that FORWARD rule also supports DHCPGary Kotton2013-02-281-0/+4
* Enable VM DHCP request to reach DHCP agentGary Kotton2013-02-221-0/+12
* Fix handling of source_groups with no-db-compute.Vishvananda Ishaya2013-02-201-1/+4
* Use oslo-config-2013.1b4Mark McLoughlin2013-02-191-2/+2
* fix misspellings in logs, comments and testsPádraig Brady2013-01-211-1/+1
* Move global service networking opts to new moduleMark McLoughlin2013-01-091-1/+1
* Fix N402 for nova/virtSean Dague2013-01-081-4/+4
* fix N401 errors, stop ignoring all N4* errorsSean Dague2013-01-071-1/+1
* Fix spelling mistakes in nova.virtJoe Gordon2013-01-021-1/+1
* Move security_group operations in VirtAPI to conductorDan Smith2012-12-151-2/+2
* Access DB values as dict not as attributes. Part 4Joe Gordon2012-12-101-4/+4