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
42e027fb
Commit
42e027fb
authored
Oct 18, 2013
by
Christos Stavrakakis
Browse files
cyclades: Fix bug in port-inspect command
parent
ab6c6fc9
Changes
1
Show whitespace changes
Inline
Side-by-side
snf-cyclades-app/synnefo/api/management/commands/port-inspect.py
View file @
42e027fb
...
...
@@ -108,6 +108,8 @@ class Command(BaseCommand):
self
.
stdout
.
write
(
"NIC seems attached to server %s, but"
" server does not exist in backend.
\n
"
%
vm
)
return
raise
e
nics
=
nics_from_instance
(
vm_info
)
try
:
...
...
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