index
:
delta/openstack/nova.git
master
proposed/juno
proposed/kilo
stable/2023.1
stable/havana
stable/icehouse
stable/juno
stable/kilo
stable/liberty
stable/mitaka
stable/newton
stable/ocata
stable/pike
stable/queens
stable/rocky
stable/stein
stable/train
stable/ussuri
stable/victoria
stable/wallaby
stable/xena
stable/yoga
stable/zed
opendev.org: openstack/nova.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
nova
/
virt
/
firewall.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
nova-net: Remove firewall support (pt. 3)
Stephen Finucane
2020-01-08
1
-429
/
+0
*
Merge "Remove translation of log messages"
Jenkins
2017-06-20
1
-7
/
+4
|
\
|
*
Remove translation of log messages
Ngo Quoc Cuong
2017-06-13
1
-7
/
+4
*
|
remove get_nw_info_for_instance from compute.utils
Balazs Gibizer
2017-06-13
1
-3
/
+1
|
/
*
Fix spelling mistake
Martin Schuppert
2016-06-28
1
-1
/
+1
*
Config options: Centralize netconf options
Pushkar Umaranikar
2016-04-24
1
-1
/
+0
*
Fix string interpolations at logging calls
Takashi NATSUME
2016-03-07
1
-1
/
+1
*
config options: Centralise 'virt.firewall' options
Stephen Finucane
2016-02-22
1
-12
/
+2
*
Remove unused provider firewall rules functionality in nova
Hans Lindgren
2016-02-01
1
-103
/
+3
*
Cleanup NovaObjectDictCompat from security_group_rule
Sudipta Biswas
2016-01-05
1
-16
/
+16
*
Reduce the number of db/rpc calls to get instance rules
Hans Lindgren
2015-12-23
1
-52
/
+46
*
Remove unused refresh_security_group_members() call
Hans Lindgren
2015-10-03
1
-12
/
+0
*
Switch nova.virt.* to use the object dot notation
Davanum Srinivas
2015-03-03
1
-7
/
+7
*
Use oslo.log
Davanum Srinivas
2015-02-22
1
-1
/
+1
*
Switch to using oslo_* instead of oslo.*
Davanum Srinivas
2015-02-06
1
-2
/
+2
*
Replacement `_` on `_LI` in all LOG.info - part 1
Mike Durnosvistov
2014-11-20
1
-3
/
+2
*
Use oslo.utils
Davanum Srinivas
2014-10-06
1
-1
/
+1
*
Fix and Gate on E265
Joe Gordon
2014-07-24
1
-1
/
+1
*
Fix last of direct use of object modules
Chris Behrens
2014-07-22
1
-5
/
+3
*
Use oslo.i18n
Davanum Srinivas
2014-07-18
1
-2
/
+2
*
Merge "change the firewall debugging for clarity"
Jenkins
2014-07-17
1
-9
/
+6
|
\
|
*
change the firewall debugging for clarity
Sean Dague
2014-07-07
1
-9
/
+6
*
|
Avoid re-adding iptables rules for instances that have disappeared
Dan Smith
2014-07-03
1
-0
/
+8
|
/
*
Avoid referencing stale instance/network_info dicts in firewall
Dan Smith
2014-07-02
1
-18
/
+23
*
Fix the rest of direct uses of instance module objects
Chris Behrens
2014-06-24
1
-4
/
+4
*
Don't translate debug level logs in nova.virt
Gary Kotton
2014-06-08
1
-4
/
+4
*
Remove vi modelines
liu-sheng
2014-02-03
1
-2
/
+0
*
Refactor CIDR field to use netaddr.IPNetwork
Dan Smith
2014-01-14
1
-1
/
+1
*
Remove _security_group_chain_name from nova/virt/firewall.py
Jay Lau
2013-11-29
1
-4
/
+0
*
Make virt/firewall use objects for Security Groups and Rules
Dan Smith
2013-10-30
1
-4
/
+15
*
Refresh network info cache for secgroups
Vishvananda Ishaya
2013-09-04
1
-0
/
+3
*
Merge "Remove old legacy network info model in libvirt driver"
Jenkins
2013-08-15
1
-40
/
+26
|
\
|
*
Remove old legacy network info model in libvirt driver
Yaguang Tang
2013-08-09
1
-40
/
+26
*
|
maint: remove redundant default=None for config options
Pádraig Brady
2013-08-09
1
-1
/
+0
|
/
*
Use cached nwinfo for secgroup rules
Vishvananda Ishaya
2013-07-31
1
-10
/
+3
*
Remove the monkey patching of _ into the builtins
Alex Gaynor
2013-07-26
1
-0
/
+1
*
Convert network API to use InfoCache object
Chris Behrens
2013-07-22
1
-4
/
+1
*
Fix and enable H403 tests
Dirk Mueller
2013-06-12
1
-6
/
+12
*
Hide lock_prefix argument using synchronized_with_prefix()
Zhongyue Luo
2013-05-14
1
-3
/
+3
*
Fixes passing arbitrary conductor_api argument
Zhongyue Luo
2013-03-22
1
-3
/
+4
*
Ensure that FORWARD rule also supports DHCP
Gary Kotton
2013-02-28
1
-0
/
+4
*
Enable VM DHCP request to reach DHCP agent
Gary Kotton
2013-02-22
1
-0
/
+12
*
Fix handling of source_groups with no-db-compute.
Vishvananda Ishaya
2013-02-20
1
-1
/
+4
*
Use oslo-config-2013.1b4
Mark McLoughlin
2013-02-19
1
-2
/
+2
*
fix misspellings in logs, comments and tests
Pádraig Brady
2013-01-21
1
-1
/
+1
*
Move global service networking opts to new module
Mark McLoughlin
2013-01-09
1
-1
/
+1
*
Fix N402 for nova/virt
Sean Dague
2013-01-08
1
-4
/
+4
*
fix N401 errors, stop ignoring all N4* errors
Sean Dague
2013-01-07
1
-1
/
+1
*
Fix spelling mistakes in nova.virt
Joe Gordon
2013-01-02
1
-1
/
+1
*
Move security_group operations in VirtAPI to conductor
Dan Smith
2012-12-15
1
-2
/
+2
[next]