Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
itminedu
synnefo
Commits
85aa8c82
Commit
85aa8c82
authored
Jan 27, 2014
by
Dionysis Grigoropoulos
Browse files
cyclades: Typo fix in api/networks.py
* Fix a typo that made responses report all networks as "deleted=True"
parent
0f9986eb
Changes
1
Show whitespace changes
Inline
Side-by-side
snf-cyclades-app/synnefo/api/networks.py
View file @
85aa8c82
...
...
@@ -191,7 +191,7 @@ def network_to_dict(network, detail=True):
d
[
'admin_state_up'
]
=
True
d
[
'subnets'
]
=
subnet_ids
d
[
'SNF:floating_ip_pool'
]
=
network
.
floating_ip_pool
d
[
'deleted'
]
=
True
d
[
'deleted'
]
=
network
.
deleted
return
d
...
...
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