Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
R
router_services
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
1
Issues
1
List
Boards
Labels
Service Desk
Milestones
Iterations
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Code Review
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
nova
router_services
Commits
1df616cc
Commit
1df616cc
authored
Dec 03, 2013
by
Sigmund Augdal
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added python3 forward compatibility headers all around
parent
80d3148d
Changes
7
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
8 additions
and
1 deletion
+8
-1
clean_stale.py
clean_stale.py
+2
-0
dhcp_configurator.py
dhcp_configurator.py
+1
-0
iptables_configurator.py
iptables_configurator.py
+1
-0
neighbors.py
neighbors.py
+1
-1
nova_router/neighbors.py
nova_router/neighbors.py
+1
-0
nova_router/security_groups.py
nova_router/security_groups.py
+1
-0
nova_router/tests/test_security_groups.py
nova_router/tests/test_security_groups.py
+1
-0
No files found.
clean_stale.py
View file @
1df616cc
#!/usr/bin/env python
from
__future__
import
absolute_import
,
division
,
print_function
,
unicode_literals
import
etcd
from
nova_router
import
neighbors
from
scvmm_client
import
odata
...
...
dhcp_configurator.py
View file @
1df616cc
#!/usr/bin/env python
from
__future__
import
absolute_import
,
division
,
print_function
,
unicode_literals
import
etcd
import
os
import
os.path
...
...
iptables_configurator.py
View file @
1df616cc
#!/usr/bin/env python
from
__future__
import
absolute_import
,
division
,
print_function
,
unicode_literals
import
etcd
import
subprocess
import
logging
...
...
neighbors.py
View file @
1df616cc
#!/usr/bin/env python
from
__future__
import
absolute_import
,
division
,
print_function
,
unicode_literals
import
logging
import
argparse
from
daemonize
import
Daemonize
...
...
nova_router/neighbors.py
View file @
1df616cc
from
__future__
import
absolute_import
,
division
,
print_function
,
unicode_literals
import
etcd
...
...
nova_router/security_groups.py
View file @
1df616cc
from
__future__
import
absolute_import
,
division
,
print_function
,
unicode_literals
import
etcd
import
socket
import
logging
...
...
nova_router/tests/test_security_groups.py
View file @
1df616cc
from
__future__
import
absolute_import
,
division
,
print_function
,
unicode_literals
from
nova_router
import
security_groups
import
mock
import
uuid
...
...
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