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
d59c0e29
Commit
d59c0e29
authored
Dec 09, 2013
by
Christos Stavrakakis
Browse files
cyclades: Remove testing try/exception statement
parent
8497f115
Changes
1
Hide whitespace changes
Inline
Side-by-side
snf-cyclades-app/synnefo/logic/servers.py
View file @
d59c0e29
...
...
@@ -171,10 +171,7 @@ def create(userid, name, password, flavor, image, metadata={},
use_backend
=
allocate_new_server
(
userid
,
flavor
)
# Create the ports for the server
try
:
ports
=
create_instance_ports
(
userid
,
networks
)
except
Exception
as
e
:
raise
e
ports
=
create_instance_ports
(
userid
,
networks
)
# Fix flavor for archipelago
disk_template
,
provider
=
util
.
get_flavor_provider
(
flavor
)
...
...
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