Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Sign in
Toggle navigation
R
router_services
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
1
Issues
1
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
nova
router_services
Commits
b75073e7
Commit
b75073e7
authored
Jan 21, 2019
by
Sigmund Augdal
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Also regenerate iptables ruleset when library groups change
parent
245f1285
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
iptables_configurator.py
nova_router/iptables_configurator.py
+3
-2
No files found.
nova_router/iptables_configurator.py
View file @
b75073e7
...
...
@@ -353,8 +353,9 @@ class Generator(object):
waitIndex
=
index
+
1
,
timeout
=
0
)
index
=
data
.
etcd_index
# pylint: disable=E1101
key
=
data
.
key
# pylint: disable=E1101,E1103
if
not
key
.
startswith
(
"/nova/iaas/instances"
)
and
not
\
key
.
startswith
(
"/nova/iaas/security_group"
):
if
not
key
.
startswith
(
"/nova/iaas/instances"
)
and
\
not
key
.
startswith
(
"/nova/iaas/security_group"
)
and
\
not
key
.
startswith
(
"/nova/iaas/library_group"
):
continue
time
.
sleep
(
1
)
logging
.
debug
(
"new config index
%
d"
,
index
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment