Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
slapos.core
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Léo-Paul Géneau
slapos.core
Commits
5163d65c
Commit
5163d65c
authored
Apr 08, 2013
by
Cédric de Saint Martin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixes
b122534a
.
Bad commit was including bad test code.
parent
b122534a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
9 deletions
+0
-9
slapos/format.py
slapos/format.py
+0
-9
No files found.
slapos/format.py
View file @
5163d65c
...
...
@@ -1112,15 +1112,6 @@ def run(config):
if
config
.
output_definition_file
:
write_computer_definition
(
config
,
computer
)
# Add all IPs from existing configuration, just to speed up actual
# computer configuration later on.
for
partition
in
computer
.
partition_list
:
partition
.
interface
.
addIPv4LocalAddress
()
for
address_dict
in
partition
.
interface
.
getGlobalScopeAddressList
():
callAndRead
([
'ip'
,
'addr'
,
'add'
,
'%s/%s'
%
(
address_dict
[
'addr'
],
address_dict
[
'netmask'
]),
'dev'
,
partition
.
interface
.
name
])
computer
.
construct
(
alter_user
=
config
.
alter_user
,
alter_network
=
config
.
alter_network
,
create_tap
=
config
.
create_tap
)
...
...
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