Skip to content

Commit

Permalink
Fix error
Browse files Browse the repository at this point in the history
  • Loading branch information
micafer committed May 31, 2018
1 parent 7c6885a commit 205ca4b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions IM/connectors/OpenStack.py
Original file line number Diff line number Diff line change
Expand Up @@ -152,8 +152,8 @@ def get_driver(self, auth_data):
ex_force_auth_version=parameters["auth_version"],
ex_force_service_region=parameters["service_region"],
ex_force_base_url=parameters["base_url"],
ex_force_network_url="http://contos.i3m.upv.es:9696",
ex_force_image_url="http://contos.i3m.upv.es:9292",
ex_force_network_url=parameters["network_url"],
ex_force_image_url=parameters["image_url"],
ex_force_service_name=service_name,
ex_force_service_type=parameters["service_type"],
ex_force_auth_token=parameters["auth_token"])
Expand Down

0 comments on commit 205ca4b

Please sign in to comment.