Strip user from compute in topology and return project filename

This commit is contained in:
Julien Duponchelle
2016-06-15 18:22:11 +02:00
parent c4d619ce3c
commit aa5988788d
5 changed files with 14 additions and 8 deletions

View File

@ -238,8 +238,7 @@ class Compute:
"name": self._name,
"protocol": self._protocol,
"host": self._host,
"port": self._port,
"user": self._user
"port": self._port
}
return {
"compute_id": self._id,